diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 17:32:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:23 +0000 |
commit | 434aa8ed061439a4709a957f9a187532a731fc10 (patch) | |
tree | 992bcc41f55c3536017cb568547f59b6d00b323a /meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | |
parent | 69bcd338d6cb295e0dffaafac005190b6a184ce7 (diff) | |
download | poky-434aa8ed061439a4709a957f9a187532a731fc10.tar.gz |
gstreamer1.0-omx: minor formatting improvements + update HOMEPAGE
(From OE-Core rev: 6411e2ce5cd0366ad248af05da7b5f1113b7c500)
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-omx_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | 7 |
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 | |||
14 | S = "${WORKDIR}/git" | ||
15 | 13 | ||
16 | SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0" | 14 | SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0" |
17 | SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157" | 15 | SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157" |
18 | 16 | ||
19 | SRCREV_FORMAT = "gst-omx" | 17 | SRCREV_FORMAT = "gst-omx" |
20 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | do_configure_prepend() { | 21 | do_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 | |||