diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 17:29:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:23 +0000 |
commit | 1d6e61a85688a06edaa54a1c7f81da22896a47ba (patch) | |
tree | deb19f5c87310751bb85a9d754e1f0740cb2b0f3 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | |
parent | c45ce26ee1deb87fcc528db2ee2e03fa505e2ade (diff) | |
download | poky-1d6e61a85688a06edaa54a1c7f81da22896a47ba.tar.gz |
gstreamer1.0-plugins-ugly: minor formatting improvements
(From OE-Core rev: fb839d7c244b53e555d02cad747617aacf63d1a3)
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-plugins-ugly_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb index dcf5ffc3c1..e06b5ea285 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | |||
@@ -3,15 +3,14 @@ DEFAULT_PREFERENCE = "-1" | |||
3 | include gstreamer1.0-plugins-ugly.inc | 3 | include gstreamer1.0-plugins-ugly.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 " | 6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" |
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | 7 | ||
10 | SRCREV = "06b8ac10cee85c5c304ca320997aa8f44295a66f" | 8 | SRCREV = "06b8ac10cee85c5c304ca320997aa8f44295a66f" |
11 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
13 | cd ${S} | 13 | cd ${S} |
14 | ./autogen.sh --noconfigure | 14 | ./autogen.sh --noconfigure |
15 | cd ${B} | 15 | cd ${B} |
16 | } | 16 | } |
17 | |||