mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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() {
|
do_configure() {
|
||||||
# Make hostperl in build directory be the native perl
|
# Make hostperl in build directory be the native perl
|
||||||
cp -f ${HOSTPERL} hostperl
|
ln -s ${HOSTPERL} hostperl
|
||||||
|
|
||||||
# Do our work in the cross subdir
|
# Do our work in the cross subdir
|
||||||
cd Cross
|
cd Cross
|
||||||
|
|||||||
Reference in New Issue
Block a user