mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 14:36:52 +00:00
perl: Update to work with native binary relative path locations
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
7a60d379e8
commit
e3eb1286e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user