aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-18 17:32:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:41 +0000
commit6411e2ce5cd0366ad248af05da7b5f1113b7c500 (patch)
tree812d4f19abd546c4fef2c82d02e15f8b5cd79330 /meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
parenta38b5c3ae8cce8870aa7276feaeefdd52dbcda8c (diff)
downloadopenembedded-core-contrib-6411e2ce5cd0366ad248af05da7b5f1113b7c500.tar.gz
gstreamer1.0-omx: minor formatting improvements + update HOMEPAGE
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
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 = " \
git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \
git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \
file://0001-omx-fixed-type-error-in-printf-call.patch \
- "
-
-S = "${WORKDIR}/git"
+"
SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0"
SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157"
SRCREV_FORMAT = "gst-omx"
+S = "${WORKDIR}/git"
+
do_configure_prepend() {
cd ${S}
./autogen.sh --noconfigure
cd ${B}
}
-