guile-native: make sure we don't have -Werror as compiler flag
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 22 Jul 2009 15:34:43 +0000 (17:34 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 22 Jul 2009 15:51:06 +0000 (17:51 +0200)
* only for version 1.8.2
* bump PR

recipes/guile/guile-native_1.8.2.bb

index 7c4b26e..2dc32bf 100644 (file)
@@ -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} "