aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-utils_2.30.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnome-utils_2.30.0.bb')
-rw-r--r--recipes/gnome/gnome-utils_2.30.0.bb6
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 2411bf457a..ea6d17b1d7 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 \