gpe-nmf: fix local includepath due to hardcoded Makefiles
authorMichael Lauer <mickey@vanille-media.de>
Sun, 21 May 2006 16:13:43 +0000 (16:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 May 2006 16:13:43 +0000 (16:13 +0000)
packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch [new file with mode: 0644]
packages/gpe-nmf/gpe-nmf_0.22.bb

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 (file)
index 0000000..cf6bd12
--- /dev/null
@@ -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)
index d90c424..c4b2ae7 100644 (file)
@@ -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=""