diff options
Diffstat (limited to 'recipes/gpe-nmf/gpe-nmf_0.22.bb')
-rw-r--r-- | recipes/gpe-nmf/gpe-nmf_0.22.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-nmf/gpe-nmf_0.22.bb b/recipes/gpe-nmf/gpe-nmf_0.22.bb new file mode 100644 index 0000000000..98b7683232 --- /dev/null +++ b/recipes/gpe-nmf/gpe-nmf_0.22.bb @@ -0,0 +1,12 @@ +require gpe-nmf.inc + +RDEPENDS += "gst-plugin-decodebin" +RRECOMMENDS += "gst-plugin-ivorbis gst-plugin-tcp" +PR = "r3" + +SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \ + file://fix-includepath.patch;patch=1" + +do_compile() { + oe_runmake PREFIX=${prefix} GST_VERSION="0.8" +} |