[oe-commits] Filip Zyzniewski : apt_0.7.20.2: fixed compilation errors with gcc-4.4.

git version control git at git.openembedded.org
Tue Feb 8 14:21:40 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 086eb0df2dcb542e16868bd8b558cac2cbc110ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=086eb0df2dcb542e16868bd8b558cac2cbc110ba

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Sun Feb  6 23:56:47 2011 +0000

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 at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/apt/apt_0.7.20.2.bb |    3 ++-
 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 bd0f41e..e3d4cd7 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
 





More information about the Openembedded-commits mailing list