summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.7.14.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-06-07 16:37:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:43:22 +0100
commit1e71397c23c90fc74f76db4d6e34917f4d58af0f (patch)
tree4e11377f5a5badb25e84d79bea5ff31bad0b9955 /meta/recipes-devtools/apt/apt_0.7.14.bb
parent9e7c9151147363a2ebc30612fc87d667a96af0f8 (diff)
downloadast2050-yocto-poky-1e71397c23c90fc74f76db4d6e34917f4d58af0f.zip
ast2050-yocto-poky-1e71397c23c90fc74f76db4d6e34917f4d58af0f.tar.gz
apt 0.7.14: do_compile failed with gcc 4.7
apt do_compile failed with gcc 4.7: deb/deblistparser.cc: In member function 'virtual short unsigned int debListParser::VersionHash()': deb/deblistparser.cc:212:13: error: redeclaration of 'char* I' deb/deblistparser.cc:202:22: error: 'const char** I' previously declared here Backport the patch from the upstream would fix the problem, both target and native apt need it. [YOCTO #2488] (From OE-Core rev: fae7fc49052720f037bac128084851c09d420381) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_0.7.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb
index 4055294..a627728 100644
--- a/meta/recipes-devtools/apt/apt_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt_0.7.14.bb
@@ -3,7 +3,7 @@ RDEPENDS_${PN} = "dpkg"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
require apt.inc
-PR = "r12"
+PR = "r13"
SRC_URI += "file://nodoc.patch \
file://includes-fix.patch "
OpenPOWER on IntegriCloud