summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-nmf/gpe-nmf_0.22.bb
blob: 98b7683232f37cdcc460799bf1317343275afc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
}