[oe-commits] Henning Heinold : guile-native: make sure we don' t have -Werror as compiler flag

git version control git at git.openembedded.org
Wed Jul 22 16:01:03 UTC 2009


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Jul 22 17:34:43 2009 +0200

guile-native: make sure we don't have -Werror as compiler flag
* only for version 1.8.2
* bump PR

---

 recipes/guile/guile-native_1.8.2.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/guile/guile-native_1.8.2.bb b/recipes/guile/guile-native_1.8.2.bb
index 7c4b26e..2dc32bf 100644
--- a/recipes/guile/guile-native_1.8.2.bb
+++ b/recipes/guile/guile-native_1.8.2.bb
@@ -1,13 +1,17 @@
 SECTION = "unknown"
 LICENSE = "GPL"
 DEPENDS = "gmp-native libtool (< 2)"
-SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
-           "
+SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz"
+         
+PR = "r1"
 
 inherit autotools native
 
 S="${WORKDIR}/guile-${PV}"
 
+
+EXTRA_OECONF += "--enable-error-on-warning=no"
+
 OE_LT_RPATH_ALLOW = "any"
 LDFLAGS += " -L${STAGING_LIBDIR} "
 





More information about the Openembedded-commits mailing list