summaryrefslogtreecommitdiff
path: root/packages/gpe-plucker
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-20 12:10:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-20 12:10:10 +0000
commitf4a6a0341f8a5cb6bf30fbb3b83a225f9e2af2e9 (patch)
treefa948c963204051f74746198041986e91ce80703 /packages/gpe-plucker
parent4dd7360eef4c8b7ab2541e9b5ad593a89de407d8 (diff)
gpe-plucker 0.4: add patch to plucker from using host includes
Diffstat (limited to 'packages/gpe-plucker')
-rw-r--r--packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch10
-rw-r--r--packages/gpe-plucker/gpe-plucker_0.4.bb2
2 files changed, 12 insertions, 0 deletions
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
index 0000000000..2e2423b829
--- /dev/null
+++ b/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch
@@ -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
diff --git a/packages/gpe-plucker/gpe-plucker_0.4.bb b/packages/gpe-plucker/gpe-plucker_0.4.bb
index 18f7b92c02..238b1c13d6 100644
--- a/packages/gpe-plucker/gpe-plucker_0.4.bb
+++ b/packages/gpe-plucker/gpe-plucker_0.4.bb
@@ -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"