aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugin-bc_git.bb
blob: b27c47e63a03e17bdecaf5f856dee7f6d0119fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "GStreamer elements for IMG BufferClass API"
LICENSE = "GPLv3"

PV = "0.10.1.1"
PR = "r1"
PR_append = "+gitr${SRCREV}"

inherit autotools

SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \
           http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \
           file://gst-debug.diff;patch=1 \
"

SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5"

S = "${WORKDIR}/git"

EXTRA_OECONF = " --enable-gles2-example "

# bitbake git fetcher doesn't handle git submodules currently
do_configure_prepend () {
	cp -rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
	autopoint
}

ALLOW_EMPTY = "1"

require gst-plugins-package.inc