[oe-commits] Steve Sakoman : guile-native: don't allow configure to specify "-Werr", otherwise

GIT User account git at amethyst.openembedded.net
Fri Jan 2 16:43:10 UTC 2009


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

Author: Steve Sakoman <sakoman at tera.(none)>
Date:   Wed Dec 31 21:00:59 2008 -0800

guile-native: don't allow configure to specify "-Werr", otherwise

guile-native: don't allow configure to specify "-Werr", otherwise
package will not build

---

 packages/guile/guile-native_1.8.5.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/packages/guile/guile-native_1.8.5.bb b/packages/guile/guile-native_1.8.5.bb
index b29a7eb..e73616e 100644
--- a/packages/guile/guile-native_1.8.5.bb
+++ b/packages/guile/guile-native_1.8.5.bb
@@ -5,6 +5,8 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
            file://configure-fix.patch;patch=1 \
 "
 
+PR = "r1"
+
 inherit autotools native
 
 S="${WORKDIR}/guile-${PV}"
@@ -128,3 +130,8 @@ do_stage() {
 	oe_libinstall -C guile-readline -so -a libguilereadline-v-17 ${STAGING_LIBDIR}
 	oe_libinstall -C libguile -so -a libguile ${STAGING_LIBDIR}
 }
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
+}
+





More information about the Openembedded-commits mailing list