From: Michael Lauer Date: Sun, 21 May 2006 16:13:43 +0000 (+0000) Subject: gpe-nmf: fix local includepath due to hardcoded Makefiles X-Git-Tag: Release-2010-05/1~9453^2~1657^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415b2d5cc9b4d0aaef7368b1ba2011cbacc4e90e;p=openembedded.git gpe-nmf: fix local includepath due to hardcoded Makefiles --- diff --git a/packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch b/packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch new file mode 100644 index 0000000000..cf6bd12da7 --- /dev/null +++ b/packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- gpe-nmf-0.22/Makefile~fix-includepath ++++ gpe-nmf-0.22/Makefile +@@ -27,7 +27,6 @@ + PACKAGE_LDFLAGS += -L../libgpewidget + BUILD = ../build + else +-PACKAGE_CFLAGS += -I/usr/include/gpe + BUILD = build + endif + PACKAGE_LDFLAGS += $(GPELIBS) $(GTKLDFLAGS) diff --git a/packages/gpe-nmf/gpe-nmf_0.22.bb b/packages/gpe-nmf/gpe-nmf_0.22.bb index d90c42435b..c4b2ae7c2c 100644 --- a/packages/gpe-nmf/gpe-nmf_0.22.bb +++ b/packages/gpe-nmf/gpe-nmf_0.22.bb @@ -17,11 +17,12 @@ RRECOMMENDS = "gst-plugin-mad \ gst-plugin-ivorbis \ gst-plugin-tcp" -SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0" +SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \ + file://fix-includepath.patch;patch=1" SECTION = "gpe" PRIORITY = "optional" -PR = "r1" +PR = "r2" PARALLEL_MAKE=""