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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 23:41:09 +0000
commitdc2d701207435b0dbd521a11d152f11d0f18d11e (patch)
tree906e611cc0d2fc042a9a380596e08ba8a7a3306a /meta/recipes-devtools/apt/apt-native_0.7.14.bb
parentbb9dc861b724a620ad60e6e7e71eb54e4ec61589 (diff)
downloadast2050-yocto-poky-dc2d701207435b0dbd521a11d152f11d0f18d11e.zip
ast2050-yocto-poky-dc2d701207435b0dbd521a11d152f11d0f18d11e.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. (From OE-Core rev: ca8237ee51053d70b5e7579c224a824db2be76b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 c82d606..37368ac 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 \
OpenPOWER on IntegriCloud