From 79b7a566a29386b6075834a46c9c926d503581d9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 23 May 2009 23:10:57 +0100 Subject: opkg: Disable Werror, too many false positives with gcc 4.3.3 Signed-off-by: Richard Purdie --- meta/packages/opkg/opkg.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc index 852d2e49b..0b1db89c8 100644 --- a/meta/packages/opkg/opkg.inc +++ b/meta/packages/opkg/opkg.inc @@ -20,4 +20,9 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \ S = "${WORKDIR}/opkg" +# Werror gives all kinds bounds issuses with gcc 4.3.3 +do_configure_prepend() { + sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am +} + inherit autotools_stage pkgconfig -- cgit v1.2.3