diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 17:28:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:23 +0000 |
commit | beb80910e9f805e50b6446a31202343763c00467 (patch) | |
tree | 665668841486a70b076f7f831d475ec0a9fc0a27 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |
parent | 61f30b4781bfd752fa04914672bba9ec01f99455 (diff) | |
download | poky-beb80910e9f805e50b6446a31202343763c00467.tar.gz |
gstreamer1.0-plugins-base: minor formatting improvements
Fix duplicate x11 dependencies (DEPENDS and x11 PACKAGECONFIG).
(From OE-Core rev: c4a5b8d7c9a78a29d080b15f049df5a1fba3c4eb)
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-base_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb index fbe3a42cd7..f021f98608 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |||
@@ -3,17 +3,15 @@ DEFAULT_PREFERENCE = "-1" | |||
3 | include gstreamer1.0-plugins-base.inc | 3 | include gstreamer1.0-plugins-base.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ |
6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | ||
7 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 6 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
8 | " | 7 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" |
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | 8 | ||
12 | SRCREV = "8d4cb64a4b9d84b10076bf350f80a0d6ea68ec2d" | 9 | SRCREV = "8d4cb64a4b9d84b10076bf350f80a0d6ea68ec2d" |
13 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
14 | do_configure_prepend() { | 13 | do_configure_prepend() { |
15 | cd ${S} | 14 | cd ${S} |
16 | ./autogen.sh --noconfigure | 15 | ./autogen.sh --noconfigure |
17 | cd ${B} | 16 | cd ${B} |
18 | } | 17 | } |
19 | |||