[oe-commits] Ming Liu : dpkg-native: Fix native perl path

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 15:52:21 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 4ab0ca1e5be40041a12d96d8096c57582a3b37de
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4ab0ca1e5be40041a12d96d8096c57582a3b37de

Author: Ming Liu <ming.liu at windriver.com>
Date:   Wed May 29 10:09:54 2013 -0500

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)

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/dpkg/dpkg.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index d773fbd..ecdf970 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -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"
 



More information about the Openembedded-commits mailing list