From 7105e626bc77c6678a7dada381d20ad2676c8443 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 10 Apr 2011 13:46:02 -0700 Subject: gst-plugins-good: add dependency on libsoup-2.4 When souphttpsrc was added to gst-meta-base, the corresponding dependency on libsoup was not added to gst-plugins-good, this resolves that. Signed-off-by: Saul Wold --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb index ac47ecf915..cab728d5e0 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ - speex" -PR = "r1" + speex libsoup-2.4" +PR = "r2" inherit gettext -- cgit 1.2.3-korg