summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \