diff options
author | Radek Dostal <rd@radekdostal.com> | 2012-08-14 21:26:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 15:15:24 +0100 |
commit | af8e6b6c57dadb3bf7672d063a98d3baa508c7f4 (patch) | |
tree | cd716396a83fac01b71e0f33d9ed9ae79e0d2cc0 /meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |
parent | f8d5e2b6c84f2a9d48daee7101792e3e154f01af (diff) | |
download | poky-af8e6b6c57dadb3bf7672d063a98d3baa508c7f4.tar.gz |
gst-plugins-base: remove avahi from DEPENDS
avahi is no longer required as gnome_vfs is disabled
(From OE-Core rev: a62a8df59c176be4f32dfddabbed7b2deb0e6283)
Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index da4a726d55..99f28e9789 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" |
8 | 8 | ||
9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', '', d)}" | 9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', '', d)}" |
10 | DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora avahi util-linux tremor" | 10 | DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora util-linux tremor" |
11 | 11 | ||
12 | SRC_URI += "file://gst-plugins-base-tremor.patch \ | 12 | SRC_URI += "file://gst-plugins-base-tremor.patch \ |
13 | file://configure.ac-fix-subparse-plugin.patch" | 13 | file://configure.ac-fix-subparse-plugin.patch" |
@@ -15,7 +15,7 @@ SRC_URI += "file://gst-plugins-base-tremor.patch \ | |||
15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | 15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | 16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
17 | 17 | ||
18 | PR = "r3" | 18 | PR = "r4" |
19 | 19 | ||
20 | inherit gettext | 20 | inherit gettext |
21 | 21 | ||