Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / gpe-nmf / gpe-nmf_0.22.bb
1 require gpe-nmf.inc
2
3 RDEPENDS += "gst-plugin-decodebin"
4 RRECOMMENDS += "gst-plugin-ivorbis gst-plugin-tcp"
5 PR = "r3"
6
7 SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \
8              file://fix-includepath.patch;patch=1"
9
10 do_compile() {
11         oe_runmake PREFIX=${prefix} GST_VERSION="0.8"
12 }