[OE-core] [PATCH] gstreamer1.0-plugins-bad: disable uvch264 for systemd
wenzong.fan at windriver.com
wenzong.fan at windriver.com
Sat Nov 14 06:21:54 UTC 2015
From: Wenzong Fan <wenzong.fan at windriver.com>
Disable uvch264 to remove the dependency to libgudev which has been
removed from systemd project.
Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index cdedb60..863925d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -20,7 +20,8 @@ PACKAGECONFIG ??= " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
- orc curl uvch264 neon sndfile \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'uvch264', d)} \
+ orc curl neon sndfile \
hls sbc dash bz2 smoothstreaming \
"
--
1.9.1
More information about the Openembedded-core
mailing list