diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 23:59:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-02 15:31:08 +0000 |
commit | 9be6d59b78510443d0944513503d515df13caa45 (patch) | |
tree | 7b40d4f70351bb961564ced25f2a91f9261afe09 /meta/recipes-devtools/dpkg/dpkg.inc | |
parent | 6a18c3b5660f99080a614180cea9f9cb655aa6fc (diff) | |
download | poky-9be6d59b78510443d0944513503d515df13caa45.tar.gz |
dpkg-native: Fix perl path
The path to the native perl was incorrect leading to rootfs failures. This
patch corrects that problem.
(From OE-Core rev: 044324465bd54d53ae768f3c1e7468ae0e0c6200)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index bf345d63d8..2aecff5d26 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Package maintenance system for Debian." | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | INC_PR = "r11" | 5 | INC_PR = "r15" |
6 | 6 | ||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ |
8 | file://ignore_extra_fields.patch" | 8 | file://ignore_extra_fields.patch" |
@@ -19,6 +19,7 @@ PARALLEL_MAKE = "" | |||
19 | inherit autotools gettext perlnative | 19 | inherit autotools gettext perlnative |
20 | 20 | ||
21 | export PERL_LIBDIR = "${libdir}/perl" | 21 | export PERL_LIBDIR = "${libdir}/perl" |
22 | PERL_LIBDIR_virtclass-native = "${libdir}/perl-native/perl" | ||
22 | 23 | ||
23 | EXTRA_OECONF = "--without-static-progs \ | 24 | EXTRA_OECONF = "--without-static-progs \ |
24 | --without-dselect \ | 25 | --without-dselect \ |