From 54c0d124fca914f90efcb27f5b285a823bdb48e1 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 22 Jul 2009 17:34:43 +0200 Subject: 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 file 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} " -- cgit v1.2.3