From 086eb0df2dcb542e16868bd8b558cac2cbc110ba Mon Sep 17 00:00:00 2001 From: Filip Zyzniewski Date: Sun, 6 Feb 2011 23:56:47 +0000 Subject: 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 --- recipes/apt/apt_0.7.20.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/apt') 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 -- cgit 1.2.3-korg