From: Henning Heinold Date: Wed, 22 Jul 2009 15:34:43 +0000 (+0200) Subject: guile-native: make sure we don't have -Werror as compiler flag X-Git-Tag: Release-2010-05/1~2901 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c0d124fca914f90efcb27f5b285a823bdb48e1;p=openembedded.git guile-native: make sure we don't have -Werror as compiler flag * only for version 1.8.2 * bump PR --- diff --git a/recipes/guile/guile-native_1.8.2.bb b/recipes/guile/guile-native_1.8.2.bb index 7c4b26e873..2dc32bfd3d 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} "