perl: Update to work with native binary relative path locations

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-22 22:30:26 +00:00
parent 7a60d379e8
commit e3eb1286e1

View File

@@ -46,7 +46,7 @@ export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/"
do_configure() {
# Make hostperl in build directory be the native perl
cp -f ${HOSTPERL} hostperl
ln -s ${HOSTPERL} hostperl
# Do our work in the cross subdir
cd Cross