summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-24 11:21:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-29 09:41:07 +0100
commit53774ffaf79b5ca50d7375fc6796a3ae08b78d21 (patch)
tree4fe2adf2302696a8dcc8ad25750fc8d64a5161a9 /meta/recipes-devtools/qemu
parent038d646d7e3d54d8775f97611515fdcf1db2af6c (diff)
downloadpoky-53774ffaf79b5ca50d7375fc6796a3ae08b78d21.tar.gz
qemu: fix libudev packageconfig for systemd images
eudev is needed to provide libudev when not using systemd, but including eudev breaks things for systemd. We can't include eudev here since systemd provides libudev itself. (From OE-Core rev: e86b572f260fae7837694aa4c6d61de639bc71e8) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ea02bf0c73..4311414d4a 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -199,7 +199,7 @@ PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
199PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" 199PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
200PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs" 200PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs"
201PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" 201PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
202PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" 202PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,udev"
203PACKAGECONFIG[attr] = "--enable-attr,--disable-attr,attr," 203PACKAGECONFIG[attr] = "--enable-attr,--disable-attr,attr,"
204PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph" 204PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph"
205PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,," 205PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,,"