[oe-commits] Holger Hans Peter Freyther : grip-3.2.0: Remove host includes from the Makefile.am and make it compile again

git version control git at git.openembedded.org
Tue Mar 16 08:17:10 UTC 2010


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Mar 16 14:48:33 2010 +0800

grip-3.2.0: Remove host includes from the Makefile.am and make it compile again

---

 recipes/grip/grip-3.2.0/no-host-includes.patch |   10 ++++++++++
 recipes/grip/grip_3.2.0.bb                     |    5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/recipes/grip/grip-3.2.0/no-host-includes.patch b/recipes/grip/grip-3.2.0/no-host-includes.patch
new file mode 100644
index 0000000..66fca36
--- /dev/null
+++ b/recipes/grip/grip-3.2.0/no-host-includes.patch
@@ -0,0 +1,10 @@
+Index: grip-3.2.0/src/Makefile.am
+===================================================================
+--- grip-3.2.0.orig/src/Makefile.am	2010-03-16 14:46:01.651553829 +0800
++++ grip-3.2.0/src/Makefile.am	2010-03-16 14:46:05.240303128 +0800
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(top_srcdir) -I$(includedir) \
++INCLUDES = -I$(top_srcdir) \
+ 	-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
+          -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+         -I../intl -I$(top_srcdir)/intl \
diff --git a/recipes/grip/grip_3.2.0.bb b/recipes/grip/grip_3.2.0.bb
index bda6044..81c3670 100644
--- a/recipes/grip/grip_3.2.0.bb
+++ b/recipes/grip/grip_3.2.0.bb
@@ -7,9 +7,10 @@ LICENSE="GPL"
 
 SRC_URI="${SOURCEFORGE_MIRROR}/grip/grip-${PV}.tar.gz \
          file://patch-src::discdb;patch=1;pnum=0 \
-         file://patch-src::main.c;patch=1;pnum=0 "
+         file://patch-src::main.c;patch=1;pnum=0 \
+         file://no-host-includes.patch;patch=1 "
 DEPENDS="libgnomeui vte curl cdparanoia id3lib"
 
-PR = "r2"
+PR = "r3"
 
 inherit autotools





More information about the Openembedded-commits mailing list