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>
This commit is contained in:
Saul Wold 2011-08-04 18:07:08 -07:00 committed by Richard Purdie
parent acfcc85da0
commit 3a0942ec51
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -8,7 +8,7 @@ SRC_URI += "file://noman.patch;patch=1 \
SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
PR = "r3"
PR = "${INC_PR}.0"
EXTRA_OECONF = "--without-static-progs \
--without-dselect \