diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb deleted file mode 100644 index 49593b6b88..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | ||
2 | |||
3 | require 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 | } | ||