diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-17 17:21:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-17 17:53:51 +0000 |
commit | 91b6a483cf3d6b8bc2c2cfcd72d921cb5977232c (patch) | |
tree | 987578d815b90e18e67fad5ac8c610258e1277a9 /meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |
parent | d0f35207f9e19b440393a79ebf621649c495738d (diff) | |
download | poky-91b6a483cf3d6b8bc2c2cfcd72d921cb5977232c.tar.gz |
gst-meta-base: don't rdepend on ximagesink/xvimagesink
Loosen these dependencies to recommends, as some targets won't want or build
these sinks.
(From OE-Core rev: d933361d23a94a650cee3119367bd7ab6a07e881)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 21243c66ca..37c70c2190 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | 7 | ||
8 | PR = "r12" | 8 | PR = "r13" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | gst-meta-base \ | 11 | gst-meta-base \ |
@@ -33,7 +33,7 @@ RDEPENDS_gst-meta-base = "\ | |||
33 | gst-plugins-good-autodetect \ | 33 | gst-plugins-good-autodetect \ |
34 | gst-plugins-good-souphttpsrc" | 34 | gst-plugins-good-souphttpsrc" |
35 | 35 | ||
36 | RDEPENDS_gst-meta-x11-base = "\ | 36 | RRECOMMENDS_gst-meta-x11-base = "\ |
37 | gst-plugins-base-ximagesink \ | 37 | gst-plugins-base-ximagesink \ |
38 | gst-plugins-base-xvimagesink" | 38 | gst-plugins-base-xvimagesink" |
39 | 39 | ||