diff options
| author | Louis Rannou <louis.rannou@non.se.com> | 2026-04-27 15:54:31 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-28 11:44:13 +0000 |
| commit | 580e0f598d85749eeac0badfe3a2603d7f2f7828 (patch) | |
| tree | 677d437d9a941cb98615b80616da5722f8b0e7aa | |
| parent | faf43eb2372f93ced5ba11e0316f994228a7da78 (diff) | |
| download | meta-virtualization-580e0f598d85749eeac0badfe3a2603d7f2f7828.tar.gz | |
libvirt: remove obsolete depends to avahi
libvirt has removed support for avahi in version 5.5.0 in 2019:
* Remove Avahi mDNS support
This feature was never used outside of virt-manager, which has itself
stopped using it a while ago.
Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
Signed-off-by: Louis Rannou <louis.rannou@semalibre.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/libvirt/libvirt_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb index b5b0a5f2..34a1ff21 100644 --- a/recipes-extended/libvirt/libvirt_git.bb +++ b/recipes-extended/libvirt/libvirt_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
| 5 | file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d" | 5 | file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d" |
| 6 | SECTION = "console/tools" | 6 | SECTION = "console/tools" |
| 7 | 7 | ||
| 8 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 8 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 parted curl libpcap util-linux e2fsprogs pm-utils \ |
| 9 | iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper libtirpc \ | 9 | iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper libtirpc \ |
| 10 | python3-docutils-native \ | 10 | python3-docutils-native \ |
| 11 | ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native', '', d)} \ | 11 | ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native', '', d)} \ |
