git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc1c96
)
gnome-utils: don't try to build help, it fails most of the times
author
Koen Kooi
<koen@openembedded.org>
Wed, 14 Apr 2010 18:29:38 +0000
(20:29 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 14 Apr 2010 18:30:17 +0000
(20:30 +0200)
recipes/gnome/gnome-utils_2.30.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-utils_2.30.0.bb
b/recipes/gnome/gnome-utils_2.30.0.bb
index
2411bf4
..
ea6d17b
100644
(file)
--- 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 \