From c808a4c13f6c57fe5da09f83823d195bbacc8322 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 29 May 2013 10:09:54 -0500 Subject: [PATCH] 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 rev: 0f99d7fed094a59d2c5c01c83ea38dc852aadf6b) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-devtools/dpkg/dpkg.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6197777..5fcf9bc 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" -- 2.7.4