diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-15 18:45:58 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 17:36:01 +0000 |
commit | ac4364698618a541624d1a00f27b638815e5a3f5 (patch) | |
tree | 01e6c51a05d2d25d24bcbfb6eda758f630b0eacd /meta | |
parent | 06570b84e498e8643aa29d9864f377bd55df1f23 (diff) | |
download | poky-ac4364698618a541624d1a00f27b638815e5a3f5.tar.gz |
gst-plugins-base: add avahi to DEPENDS
Base plugins try to link against avahi so ensure it is available
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb index 7f36266634..88c9cb4859 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
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 += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora" | 9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora avahi" |
10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | 10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ |
11 | gnome-vfs-plugin-sftp" | 11 | gnome-vfs-plugin-sftp" |
12 | 12 | ||
@@ -15,7 +15,7 @@ SRC_URI += " file://gst-plugins-base-tremor.patch" | |||
15 | SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c" | 15 | SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c" |
16 | SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7" | 16 | SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7" |
17 | 17 | ||
18 | PR = "r2" | 18 | PR = "r3" |
19 | 19 | ||
20 | inherit gettext | 20 | inherit gettext |
21 | 21 | ||