From: Filip Zyzniewski Date: Sun, 6 Feb 2011 23:56:47 +0000 (+0000) Subject: apt_0.7.20.2: fixed compilation errors with gcc-4.4. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086eb0df2dcb542e16868bd8b558cac2cbc110ba;p=openembedded.git apt_0.7.20.2: fixed compilation errors with gcc-4.4. Just like in apt-native_0.7.20.2.bb. Related bugzilla entry: http://bugs.openembedded.org/show_bug.cgi?id=5511 Signed-off-by: Filip Zyzniewski Signed-off-by: Tom Rini --- diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb index bd0f41ebae..e3d4cd7acf 100644 --- a/recipes/apt/apt_0.7.20.2.bb +++ b/recipes/apt/apt_0.7.20.2.bb @@ -5,8 +5,9 @@ require apt.inc SRC_URI += "file://no-doxygen.patch \ file://no-ko-translation.patch \ + file://fix-gcc-4.4-compile.patch \ file://use-host.patch " -PR = "r2" +PR = "r3" require apt-package.inc