From dc2d701207435b0dbd521a11d152f11d0f18d11e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 23 Nov 2011 23:24:20 +0000 Subject: 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 --- meta/recipes-devtools/apt/apt_0.7.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb') 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 " -- cgit v1.2.3-54-g00ecf