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:
8ded6c1
)
gnome-games: fix paths to host SDL, bump PR
author
Roger Monk
<r-monk@ti.com>
Fri, 7 Aug 2009 08:45:57 +0000
(09:45 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 13 Aug 2009 12:36:33 +0000
(14:36 +0200)
recipes/gnome/gnome-games_2.24.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-games_2.24.0.bb
b/recipes/gnome/gnome-games_2.24.0.bb
index
2f7800d
..
cc795e1
100644
(file)
--- a/
recipes/gnome/gnome-games_2.24.0.bb
+++ b/
recipes/gnome/gnome-games_2.24.0.bb
@@
-3,7
+3,7
@@
DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui l
inherit gnome distutils-base gconf
-PR = "r
4
"
+PR = "r
5
"
SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \
"
@@
-24,7
+24,7
@@
do_configure_prepend() {
do_configure_append() {
for i in $(find ${S} -name "Makefile") ; do
- sed -i -e s:'-I /usr/include -I /usr/local/include'::g $i
+ sed -i -e s:'
I/usr/include'::g -e s:'
-I /usr/include -I /usr/local/include'::g $i
done
}