[oe-commits] Koen Kooi : gnome-utils: don't try to build help, it fails most of the times

git version control git at git.openembedded.org
Wed Apr 14 22:19:29 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0e43130e478ce752768584b983eca0bc2a1aa60c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e43130e478ce752768584b983eca0bc2a1aa60c

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 14 20:29:38 2010 +0200

gnome-utils: don't try to build help, it fails most of the times

---

 recipes/gnome/gnome-utils_2.30.0.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-utils_2.30.0.bb b/recipes/gnome/gnome-utils_2.30.0.bb
index 2411bf4..ea6d17b 100644
--- a/recipes/gnome/gnome-utils_2.30.0.bb
+++ b/recipes/gnome/gnome-utils_2.30.0.bb
@@ -5,6 +5,8 @@ DEPENDS = "gnome-common glib-2.0 gtk+ gconf"
 
 inherit gnome pkgconfig
 
+PR = "r1"
+
 SRC_URI += "file://no-try-run-strftime.diff;patch=1"
 SRC_URI[archive.md5sum] = "c6d779ddccf99cbe0667b578078dd011"
 SRC_URI[archive.sha256sum] = "745bb25fce536dc5337e7b5cbcbce9eee66b3cc0c500de302759b98ebcef6a8f"
@@ -15,6 +17,10 @@ do_configure_append() {
         for i in $(find ${S} -name "Makefile") ; do
             sed -i -e s:-Werror::g $i
         done
+
+        for i in ${S}/*/Makefile.am ; do
+            sed -i -e 's: help::g' $i
+        done
 }
 
 FILES_${PN} += "${datadir}/baobab \





More information about the Openembedded-commits mailing list