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:12:21 -0700 |
| commit | 6bf6aec120744211fbabf2b4a167bfd1ab5866fd (patch) | |
| tree | f083099fe7de4f5c6a5db96dd371404dfe90ff3f | |
| parent | da2852b39dc13a313978afa1052b8ce3f621c657 (diff) | |
| download | poky-6bf6aec120744211fbabf2b4a167bfd1ab5866fd.tar.gz | |
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.
(From OE-Core rev: 7105e626bc77c6678a7dada381d20ad2676c8443)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 \ | |||
| 6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
| 7 | 7 | ||
| 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
| 9 | speex" | 9 | speex libsoup-2.4" |
| 10 | PR = "r1" | 10 | PR = "r2" |
| 11 | 11 | ||
| 12 | inherit gettext | 12 | inherit gettext |
| 13 | 13 | ||
