aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apt
diff options
context:
space:
mode:
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>2011-02-06 23:56:47 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-08 07:20:13 -0700
commit086eb0df2dcb542e16868bd8b558cac2cbc110ba (patch)
treeca66c23e42b33bb1f9e13b32f06d57a2f2486d3a /recipes/apt
parent46a91960cc291d3ca1db218fa2f9e5a45e9046d3 (diff)
downloadopenembedded-086eb0df2dcb542e16868bd8b558cac2cbc110ba.tar.gz
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 <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/apt')
-rw-r--r--recipes/apt/apt_0.7.20.2.bb3
1 files changed, 2 insertions, 1 deletions
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