summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
blob: 2282b724d5579098166069e961aa3b3c884cf924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DEFAULT_PREFERENCE = "-1"

include gstreamer1.0-omx.inc

DEPENDS = "gstreamer1.0-plugins-bad"

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;protocol=git \
    file://0001-omx-fixed-type-error-in-printf-call.patch \    
    "
S = "${WORKDIR}/git"

SRCREV = "a2db76b048db278ef0aa798e106b7594264e06c0"

do_configure() {
	./autogen.sh --noconfigure
	oe_runconf
}

OpenPOWER on IntegriCloud