summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-18 17:00:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:23 +0000
commit981145ad8be8d58c3ed1efafcdceb6af0683ab19 (patch)
treee4369c1a5c714f357276e297104d732ed8687fe5 /meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
parent9f1a9432fd9cdf12cdb0da53e4b7cec06aebe6f4 (diff)
downloadpoky-981145ad8be8d58c3ed1efafcdceb6af0683ab19.tar.gz
gstreamer1.0: minor formatting improvements
(From OE-Core rev: 642fb180472d7f43fa5f73a4d5950e524d576513) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
index cb00d319a7..f7e2351bc8 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
6 file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" 6 file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
7 7
8SRC_URI = "git://anongit.freedesktop.org/gstreamer/gstreamer;branch=master" 8SRC_URI = "git://anongit.freedesktop.org/gstreamer/gstreamer;branch=master"
9S = "${WORKDIR}/git"
10 9
11SRCREV = "3b8181a8c550e74acaba4e8c55bdc649fa551dc9" 10SRCREV = "3b8181a8c550e74acaba4e8c55bdc649fa551dc9"
12 11
12S = "${WORKDIR}/git"
13
13do_configure_prepend() { 14do_configure_prepend() {
14 cd ${S} 15 cd ${S}
15 ./autogen.sh --noconfigure 16 ./autogen.sh --noconfigure
16 cd ${B} 17 cd ${B}
17} 18}
18