From 9d526462fe97564652771812ad1d363e9962b1e3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Mar 2012 12:07:38 -0700 Subject: apt: Fix a latent bug exposed by gcc 4.7 Further Details are in patch itself (From OE-Core rev: 0dc952e35da00a753317a4f878b23eab8bb7bc4a) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt_0.7.14.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (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 8464b7f..6354f8e 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb @@ -3,10 +3,12 @@ RDEPENDS_${PN} = "dpkg" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" require apt.inc -PR = "r10" +PR = "r11" SRC_URI += "file://nodoc.patch \ - file://includes-fix.patch " + file://includes-fix.patch \ + file://remove-redeclaration.patch \ + " SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" -- cgit v1.1