summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
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:16:02 +0100
commit3a0942ec51e537befb86c5e2fe771e771d54fe59 (patch)
tree1faa0919d0375e04bf508ebd227a10e7bda9444f /meta/recipes-devtools/dpkg
parentacfcc85da088d634aaf685d26f8744516e3b4cf1 (diff)
downloadpoky-3a0942ec51e537befb86c5e2fe771e771d54fe59.tar.gz
dpkg: Update to use perlnative
[YOCTO #1298] (From OE-Core rev: 333a3d34da0dc821f4d37921ac8444e2c3f3e1e6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc4
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb2
2 files changed, 4 insertions, 2 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."
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "base" 3SECTION = "base"
4 4
5INC_PR = "r4"
6
5SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ 7SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
6 file://ignore_extra_fields.patch;patch=1" 8 file://ignore_extra_fields.patch;patch=1"
7 9
@@ -14,7 +16,7 @@ S = "${WORKDIR}/${BPN}-${PV}"
14 16
15PARALLEL_MAKE = "" 17PARALLEL_MAKE = ""
16 18
17inherit autotools gettext 19inherit autotools gettext perlnative
18 20
19DPKG_INIT_POSITION = "98" 21DPKG_INIT_POSITION = "98"
20 22
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
index 22edab858e..48b62780d4 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
@@ -8,7 +8,7 @@ SRC_URI += "file://noman.patch;patch=1 \
8SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" 8SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
9SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" 9SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
10 10
11PR = "r3" 11PR = "${INC_PR}.0"
12 12
13EXTRA_OECONF = "--without-static-progs \ 13EXTRA_OECONF = "--without-static-progs \
14 --without-dselect \ 14 --without-dselect \