diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-10-09 00:35:01 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-09 07:40:04 -0700 |
commit | ca664ee35de674442da0b5ea800680b4b2227c02 (patch) | |
tree | 0f7d6a14fcbc50fb4c1add94b7f6c753276fdbcf | |
parent | 144e7b461d36469e95c8c8c209c53c1cf5c888d0 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
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 @@ | |||
1 | DESCRIPTION = "Package maintenance system for Debian." | 1 | DESCRIPTION = "Package maintenance system for Debian." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ | 6 | SRC_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" |