From: Koen Kooi Date: Sat, 20 May 2006 12:10:10 +0000 (+0000) Subject: gpe-plucker 0.4: add patch to plucker from using host includes X-Git-Tag: Release-2010-05/1~9453^2~1665^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a6a0341f8a5cb6bf30fbb3b83a225f9e2af2e9;p=openembedded.git gpe-plucker 0.4: add patch to plucker from using host includes --- 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"