summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-10-24 14:11:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-25 14:53:44 +0100
commit6aa369153b97218bb11433c86a38d509a83bf4b4 (patch)
tree25239f2e0dee372637e14ca2863ed446ad459e63 /meta/recipes-sato
parent3a184fdfa2c0766e8873ce9a7e65ad70c40c8efd (diff)
downloadpoky-6aa369153b97218bb11433c86a38d509a83bf4b4.tar.gz
packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
The automount udev rule in udev-extraconf is likely to cause conflicts or failures in case of systemd. We are seeing errors like below for qemu bsps. run-media-hdc.mount loaded failed failed /run/media/hdc So do not install udev-extraconf in case of systemd in these two packagegroups. (From OE-Core rev: ecf1e696a03f11e19247c4f37e17de7084d0056c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index 2d7feb8788..7e14ece93d 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -33,7 +33,7 @@ RDEPENDS_${PN}-base = "\
33 settings-daemon \ 33 settings-daemon \
34 shutdown-desktop \ 34 shutdown-desktop \
35 ${NETWORK_MANAGER} \ 35 ${NETWORK_MANAGER} \
36 udev-extraconf \ 36 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'udev-extraconf', d)} \
37 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ 37 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \
38 " 38 "
39 39