mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 18:52:37 +00:00
dpkg-native: Fix native perl path
The path to the native perl was incorrect leading to rootfs failures. This patch corrects that problem, it's a complementary fix for commit:04432446. (From OE-Core master rev: 0f99d7fed094a59d2c5c01c83ea38dc852aadf6b) (From OE-Core rev: 4ab0ca1e5be40041a12d96d8096c57582a3b37de) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
33b9e4ff79
commit
a9a18a57e2
@ -18,6 +18,9 @@ PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools gettext perlnative pkgconfig
|
||||
|
||||
export PERL = "${bindir}/perl"
|
||||
PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
|
||||
|
||||
export PERL_LIBDIR = "${libdir}/perl"
|
||||
PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user