From: Markus Volk Date: Thu, 24 Aug 2023 09:21:40 +0000 (+0200) Subject: qemu: fix libudev packageconfig for systemd images X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62deb96b1325ade6980692b9dc9723b5cbacceaf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Markus Volk Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ea02bf0c73d..4311414d4a3 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" PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs" PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" -PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" +PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,udev" PACKAGECONFIG[attr] = "--enable-attr,--disable-attr,attr," PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph" PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,,"