From 0ae7e9e2cbfbc9e1c59e9fcc39f2f1feafc11bcc Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 9 Oct 2010 00:35:01 +0800 Subject: dpkg: upgrade to version 1.15.8.5 Rebase several patches to fit the latest version Fix a compile issue related with snprintf. Reset PR in dpkg.inc Signed-off-by: Dongxiao Xu Signed-off-by: Saul Wold --- meta/recipes-devtools/dpkg/dpkg.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/dpkg/dpkg.inc') diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 7a4a1a607a..c3ee244d7d 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -1,11 +1,10 @@ DESCRIPTION = "Package maintenance system for Debian." LICENSE = "GPL" SECTION = "base" -PR = "r7" +PR = "r0" -SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \ - file://ignore_extra_fields.patch;patch=1 \ - file://noupdalt.patch;patch=1" +SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ + file://ignore_extra_fields.patch;patch=1" DEPENDS = "zlib bzip2" DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native" -- cgit 1.2.3-korg