[rcar-gen3] Backported gstreamer from poky krogoth
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-backport / gstreamer_bp_krogoth / gstreamer1.0-omx_git.bb
1 DEFAULT_PREFERENCE = "-1"
2
3 include gstreamer1.0-omx.inc
4
5 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
6                     file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f"
7
8 SRC_URI = " \
9     git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \
10     git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \
11     file://0001-omx-fixed-type-error-in-printf-call.patch \
12 "
13
14 SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
15 SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
16
17 SRCREV_FORMAT = "gst-omx"
18
19 S = "${WORKDIR}/git"
20
21 do_configure_prepend() {
22         cd ${S}
23         ./autogen.sh --noconfigure
24         cd ${B}
25 }