]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-base: add avahi to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Wed, 15 Dec 2010 18:45:58 +0000 (18:45 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 17:36:01 +0000 (17:36 +0000)
Base plugins try to link against avahi so ensure it is available

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb

index 7f362666345f973689d658f2707e96e2f9230bf0..88c9cb485982425ffd1323ee819c0f90ae508d4f 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
 
-DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora"
+DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora avahi"
 RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \
              gnome-vfs-plugin-sftp"
 
@@ -15,7 +15,7 @@ SRC_URI += " file://gst-plugins-base-tremor.patch"
 SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c"
 SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7"
 
-PR = "r2"
+PR = "r3"
 
 inherit gettext