gpe-plucker 0.4: add patch to plucker from using host includes
authorKoen Kooi <koen@openembedded.org>
Sat, 20 May 2006 12:10:10 +0000 (12:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 20 May 2006 12:10:10 +0000 (12:10 +0000)
packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch [new file with mode: 0644]
packages/gpe-plucker/gpe-plucker_0.4.bb

diff --git a/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch b/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch
new file mode 100644 (file)
index 0000000..2e2423b
--- /dev/null
@@ -0,0 +1,10 @@
+--- /tmp/Makefile      2006-05-20 14:04:09.557951376 +0200
++++ gpe-plucker-0.4/Makefile   2006-05-20 14:04:35.687979008 +0200
+@@ -26,7 +26,6 @@
+ PACKAGE_LDFLAGS += -L../libgpewidget
+ BUILD = ../build
+ else
+-PACKAGE_CFLAGS += -I/usr/include/gpe
+ BUILD = build
+ endif
+ PACKAGE_LDFLAGS += -lgpewidget $(GTKLDFLAGS) -Lunpluck/ -lunpluck -lz
index 18f7b92..238b1c1 100644 (file)
@@ -5,6 +5,8 @@ DEPENDS = "gtk+ libgpewidget"
 SECTION = "gpe"
 PRIORITY = "optional"
 
+SRC_URI += " file://plucker-no-host-includes.patch;patch=1"
 PARALLEL_MAKE=""
 
+PR = "r1"