[oe-commits] Roger Monk : gnome-games: fix paths to host SDL, bump PR
git version control
git at git.openembedded.org
Thu Aug 13 12:36:52 UTC 2009
Module: openembedded.git
Branch: org.openembedded.dev
Commit: 43100bfa8ec1d7eebb9cecb491719e3491ef8f77
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=43100bfa8ec1d7eebb9cecb491719e3491ef8f77
Author: Roger Monk <r-monk at ti.com>
Date: Fri Aug 7 09:45:57 2009 +0100
gnome-games: fix paths to host SDL, bump PR
---
recipes/gnome/gnome-games_2.24.0.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/gnome/gnome-games_2.24.0.bb b/recipes/gnome/gnome-games_2.24.0.bb
index 2f7800d..cc795e1 100644
--- 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 = "r4"
+PR = "r5"
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
}
More information about the Openembedded-commits
mailing list