diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-10 13:46:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-12 10:03:07 -0700 |
commit | 7105e626bc77c6678a7dada381d20ad2676c8443 (patch) | |
tree | 82722799b6ab0d0ebebfaeb9569a57f50cd5d9ce /meta/recipes-multimedia/gstreamer | |
parent | d192b79721c5ef9137720f08bab5d6b97cb041be (diff) | |
download | openembedded-core-7105e626bc77c6678a7dada381d20ad2676c8443.tar.gz openembedded-core-7105e626bc77c6678a7dada381d20ad2676c8443.tar.bz2 openembedded-core-7105e626bc77c6678a7dada381d20ad2676c8443.zip |
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 <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |