summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-10-09 00:35:01 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-10-09 07:40:04 -0700
commitca664ee35de674442da0b5ea800680b4b2227c02 (patch)
tree0f7d6a14fcbc50fb4c1add94b7f6c753276fdbcf /meta/recipes-devtools/dpkg
parent144e7b461d36469e95c8c8c209c53c1cf5c888d0 (diff)
downloadpoky-ca664ee35de674442da0b5ea800680b4b2227c02.tar.gz
dpkg: upgrade to version 1.15.8.5
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. dpkg: bump PR Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index c3ee244d7d..01d591fe83 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Package maintenance system for Debian." 1DESCRIPTION = "Package maintenance system for Debian."
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "base" 3SECTION = "base"
4PR = "r0" 4PR = "r1"
5 5
6SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ 6SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
7 file://ignore_extra_fields.patch;patch=1" 7 file://ignore_extra_fields.patch;patch=1"