summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.7.14.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 23:24:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 23:39:39 +0000
commitca8237ee51053d70b5e7579c224a824db2be76b2 (patch)
tree6f9a3c6eabf965d18d890155e86a8594802317cb /meta/recipes-devtools/apt/apt_0.7.14.bb
parent7056ea9b1eb5ff358c1f8d2b949597e4e98f3a2b (diff)
downloadopenembedded-core-contrib-ca8237ee51053d70b5e7579c224a824db2be76b2.tar.gz
apt: Fix locale header and hardcoded libname issues
apt wasn't building on modern libc/compiler combinations due to missing header includes. The libcpp version was also being hardcoded, this patch generates it dynamically to work on different host systems which no longer have this. 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 93eebe9502..bd1116f3d5 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 = "r8"
+PR = "r9"
SRC_URI += "file://nodoc.patch \
file://includes-fix.patch "