diff options
Diffstat (limited to 'packages/gpe-nmf')
-rw-r--r-- | packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch | 15 | ||||
-rw-r--r-- | packages/gpe-nmf/gpe-nmf_0.22.bb | 5 |
2 files changed, 18 insertions, 2 deletions
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="" |