generic-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
Drew Moseley 2dab9e6212 gstreamer1.0-omx: Remove unnecessary dependency on plugins-bad.
This also corrects an erroneous overwriting of the dependencies
from the inc file.

(From OE-Core rev: d98e43a332f708b6db75109b90dcc6f562685f7a)

Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-06 10:23:39 +01:00

21 lines
520 B
BlitzBasic

DEFAULT_PREFERENCE = "-1"
include gstreamer1.0-omx.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f"
SRC_URI = " \
git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master \
file://0001-omx-fixed-type-error-in-printf-call.patch \
"
S = "${WORKDIR}/git"
SRCREV = "a2db76b048db278ef0aa798e106b7594264e06c0"
do_configure() {
./autogen.sh --noconfigure
oe_runconf
}