diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:34:43 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:51:06 +0200 |
commit | 54c0d124fca914f90efcb27f5b285a823bdb48e1 (patch) | |
tree | 745df8137d0ecca5eccbf0d8fed7b4faf0d0d2e7 /recipes/guile | |
parent | fe804aca3eec4375a10381ef23eb95da3817445a (diff) |
guile-native: make sure we don't have -Werror as compiler flag
* only for version 1.8.2
* bump PR
Diffstat (limited to 'recipes/guile')
-rw-r--r-- | 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 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} " |