summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt-native_0.7.14.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 23:24:20 +0000
committerJoshua Lock <josh@linux.intel.com>2012-06-19 11:34:53 -0700
commit4bcffbcd05c86903fbdf47bb46bf1a52b888dfeb (patch)
treedcc02df3e01f8b0861095a3b7be75f15df9a5669 /meta/recipes-devtools/apt/apt-native_0.7.14.bb
parent30c6ec403e1696b5fd94b92328ef9edec535a57a (diff)
downloadopenembedded-core-4bcffbcd05c86903fbdf47bb46bf1a52b888dfeb.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> Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/apt-native_0.7.14.bb')
-rw-r--r--meta/recipes-devtools/apt/apt-native_0.7.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.7.14.bb
index c82d606ebe..37368acbc2 100644
--- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt-native_0.7.14.bb
@@ -1,6 +1,6 @@
require apt-native.inc
-PR = "r5"
+PR = "r6"
SRC_URI += "file://nodoc.patch \
file://noconfigure.patch \