summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
index 99c84668ef..9705543529 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
@@ -9,18 +9,17 @@ SRC_URI = " \
9 git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \ 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 \ 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 \ 11 file://0001-omx-fixed-type-error-in-printf-call.patch \
12 " 12"
13
14S = "${WORKDIR}/git"
15 13
16SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0" 14SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
17SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157" 15SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
18 16
19SRCREV_FORMAT = "gst-omx" 17SRCREV_FORMAT = "gst-omx"
20 18
19S = "${WORKDIR}/git"
20
21do_configure_prepend() { 21do_configure_prepend() {
22 cd ${S} 22 cd ${S}
23 ./autogen.sh --noconfigure 23 ./autogen.sh --noconfigure
24 cd ${B} 24 cd ${B}
25} 25}
26