diff options
| author | Ming Liu <ming.liu@windriver.com> | 2013-05-29 10:09:54 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-03 16:58:13 +0100 |
| commit | a9a18a57e260bfe6d48d7ea1396910ea9f800180 (patch) | |
| tree | 524d8b1869540477e0e2ca710544c248d75563fe | |
| parent | 33b9e4ff796466ca8982605039fba573307891bf (diff) | |
| download | poky-a9a18a57e260bfe6d48d7ea1396910ea9f800180.tar.gz | |
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>
| -rw-r--r-- | 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 d773fbdc5a..ecdf970554 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
| @@ -18,6 +18,9 @@ PARALLEL_MAKE = "" | |||
| 18 | 18 | ||
| 19 | inherit autotools gettext perlnative pkgconfig | 19 | inherit autotools gettext perlnative pkgconfig |
| 20 | 20 | ||
| 21 | export PERL = "${bindir}/perl" | ||
| 22 | PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl" | ||
| 23 | |||
| 21 | export PERL_LIBDIR = "${libdir}/perl" | 24 | export PERL_LIBDIR = "${libdir}/perl" |
| 22 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" | 25 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" |
| 23 | 26 | ||
