diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-09 11:07:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:48 +0000 |
commit | 027eac541457bca36ba4ebc7d5ff8da09e1243bb (patch) | |
tree | 51b30ff9f2e875a0c703c144144e515da991bf00 /meta/recipes-multimedia | |
parent | 056d82c7cbf40c100cafe7a2138dd8cad3ffc8fb (diff) | |
download | poky-027eac541457bca36ba4ebc7d5ff8da09e1243bb.tar.gz |
gstreamer1.0-meta-base: make gstreamer1.0-plugins-base-alsa conditional
Include gstreamer1.0-plugins-base-alsa in gstreamer1.0-meta-base only
if "alsa" is present in both MACHINE and DISTRO features.
Note that building of the plugin by gstreamer1.0-plugins-base is
already conditional (based on the "alsa" DISTRO feature).
(From OE-Core rev: 948165dce7475b815a344fd3c3d58165e6865d48)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb index ffffa63d5d..ecfd082517 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |||
@@ -26,7 +26,7 @@ RDEPENDS_gstreamer1.0-meta-base = "\ | |||
26 | gstreamer1.0 \ | 26 | gstreamer1.0 \ |
27 | gstreamer1.0-plugins-base-playback \ | 27 | gstreamer1.0-plugins-base-playback \ |
28 | gstreamer1.0-plugins-base-gio \ | 28 | gstreamer1.0-plugins-base-gio \ |
29 | gstreamer1.0-plugins-base-alsa \ | 29 | ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'gstreamer1.0-plugins-base-alsa', '',d)} \ |
30 | gstreamer1.0-plugins-base-volume \ | 30 | gstreamer1.0-plugins-base-volume \ |
31 | gstreamer1.0-plugins-base-audioconvert \ | 31 | gstreamer1.0-plugins-base-audioconvert \ |
32 | gstreamer1.0-plugins-base-audioresample \ | 32 | gstreamer1.0-plugins-base-audioresample \ |