[oe-commits] Dexuan Cui : dpkg: should depend on perl-native-runtime rather than perl-native

git version control git at git.openembedded.org
Tue Jun 14 13:38:52 UTC 2011


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

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Tue May 31 15:15:18 2011 +0800

dpkg: should depend on perl-native-runtime rather than perl-native

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

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

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 0284442..c8ff182 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -6,7 +6,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
            file://ignore_extra_fields.patch;patch=1"
 
 DEPENDS = "zlib bzip2 perl"
-DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
+DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime"
 RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
 RDEPENDS_${PN}_virtclass-native = ""
 
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 8bb441f..22edab8 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 = "r2"
+PR = "r3"
 
 EXTRA_OECONF = "--without-static-progs \
 		--without-dselect \





More information about the Openembedded-commits mailing list