[oe-commits] Saul Wold : dpkg: Update to use perlnative

git version control git at git.openembedded.org
Fri Aug 5 16:17:01 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 333a3d34da0dc821f4d37921ac8444e2c3f3e1e6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=333a3d34da0dc821f4d37921ac8444e2c3f3e1e6

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Aug  4 18:07:08 2011 -0700

dpkg: Update to use perlnative

[YOCTO #1298]

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/dpkg/dpkg.inc         |    4 +++-
 meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index c8ff182..041eda9 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"
 
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 22edab8..48b6278 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 \
 SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
 SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
 
-PR = "r3"
+PR = "${INC_PR}.0"
 
 EXTRA_OECONF = "--without-static-progs \
 		--without-dselect \





More information about the Openembedded-commits mailing list