aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-04 18:07:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:13:00 +0100
commit333a3d34da0dc821f4d37921ac8444e2c3f3e1e6 (patch)
tree267b1eefe0073abd8e3b2f98b769ea2feddad451 /meta/recipes-devtools/dpkg/dpkg.inc
parent7615f81f86bb5ccfe52b84b38eb9ae80a852d214 (diff)
downloadopenembedded-core-contrib-333a3d34da0dc821f4d37921ac8444e2c3f3e1e6.tar.gz
dpkg: Update to use perlnative
[YOCTO #1298] Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index c8ff18291d..041eda9d46 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Package maintenance system for Debian."
LICENSE = "GPL"
SECTION = "base"
+INC_PR = "r4"
+
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
file://ignore_extra_fields.patch;patch=1"
@@ -14,7 +16,7 @@ S = "${WORKDIR}/${BPN}-${PV}"
PARALLEL_MAKE = ""
-inherit autotools gettext
+inherit autotools gettext perlnative
DPKG_INIT_POSITION = "98"