mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user