summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-01 23:59:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-02 15:31:08 +0000
commit9be6d59b78510443d0944513503d515df13caa45 (patch)
tree7b40d4f70351bb961564ced25f2a91f9261afe09 /meta/recipes-devtools/dpkg
parent6a18c3b5660f99080a614180cea9f9cb655aa6fc (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc3
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."
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "base" 3SECTION = "base"
4 4
5INC_PR = "r11" 5INC_PR = "r15"
6 6
7SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ 7SRC_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 = ""
19inherit autotools gettext perlnative 19inherit autotools gettext perlnative
20 20
21export PERL_LIBDIR = "${libdir}/perl" 21export PERL_LIBDIR = "${libdir}/perl"
22PERL_LIBDIR_virtclass-native = "${libdir}/perl-native/perl"
22 23
23EXTRA_OECONF = "--without-static-progs \ 24EXTRA_OECONF = "--without-static-progs \
24 --without-dselect \ 25 --without-dselect \