All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
@ 2026-04-27 13:54 Louis Rannou
  2026-04-28 11:45 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Louis Rannou @ 2026-04-27 13:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: pascal.eberhard, Louis Rannou, Louis Rannou

From: Louis Rannou <louis.rannou@non.se.com>

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>
---
 recipes-extended/libvirt/libvirt_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
                     file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
 SECTION = "console/tools"
 
-DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
+DEPENDS = "bridge-utils gnutls libxml2 lvm2 parted curl libpcap util-linux e2fsprogs pm-utils \
 	   iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper libtirpc \
            python3-docutils-native \
 	   ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native', '', d)} \
-- 
2.53.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
  2026-04-27 13:54 [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi Louis Rannou
@ 2026-04-28 11:45 ` Bruce Ashfield
  2026-04-28 12:05   ` Louis Rannou
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2026-04-28 11:45 UTC (permalink / raw)
  To: louis.rannou; +Cc: meta-virtualization, pascal.eberhard, Louis Rannou

small typo in the shortlog fixed, and pushed to master.

I'm curious how you noticed the obselete depdency! If it
is a scripted or specific prompt you used, I'd be
interested to know if there are others like this lurking
in the layer.

Bruce

In message: [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
on 27/04/2026 Louis Rannou via lists.yoctoproject.org wrote:

> From: Louis Rannou <louis.rannou@non.se.com>
> 
> 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>
> ---
>  recipes-extended/libvirt/libvirt_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 \
>                      file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
>  SECTION = "console/tools"
>  
> -DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
> +DEPENDS = "bridge-utils gnutls libxml2 lvm2 parted curl libpcap util-linux e2fsprogs pm-utils \
>  	   iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper libtirpc \
>             python3-docutils-native \
>  	   ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native', '', d)} \
> -- 
> 2.53.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9746): https://lists.yoctoproject.org/g/meta-virtualization/message/9746
> Mute This Topic: https://lists.yoctoproject.org/mt/119030694/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
  2026-04-28 11:45 ` Bruce Ashfield
@ 2026-04-28 12:05   ` Louis Rannou
  2026-04-28 12:19     ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Louis Rannou @ 2026-04-28 12:05 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization, pascal.eberhard, Louis Rannou

[-- Attachment #1: Type: text/plain, Size: 2675 bytes --]

Hello,

Human after all ! I decided to track down our dependencies to avahi and saw neither br or arch require it.

Unfortunately I have no tool for this but I also realized that would be nice as we probably have others unneeded deps.

Louis

28 avr. 2026 13:45:47 Bruce Ashfield <bruce.ashfield@gmail.com>:

> small typo in the shortlog fixed, and pushed to master.
> 
> I'm curious how you noticed the obselete depdency! If it
> is a scripted or specific prompt you used, I'd be
> interested to know if there are others like this lurking
> in the layer.
> 
> Bruce
> 
> In message: [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
> on 27/04/2026 Louis Rannou via lists.yoctoproject.org wrote:
> 
>> From: Louis Rannou <louis.rannou@non.se.com>
>> 
>> 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>
>> ---
>> recipes-extended/libvirt/libvirt_git.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> 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 \
>>                      file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
>> SECTION = "console/tools"
>> 
>> -DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
>> +DEPENDS = "bridge-utils gnutls libxml2 lvm2 parted curl libpcap util-linux e2fsprogs pm-utils \
>>        iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper libtirpc \
>>             python3-docutils-native \
>>        ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native', '', d)} \
>> -- 
>> 2.53.0
>> 
> 
>> 
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#9746): https://lists.yoctoproject.org/g/meta-virtualization/message/9746
>> Mute This Topic: https://lists.yoctoproject.org/mt/119030694/1050810
>> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>> 

[-- Attachment #2: Type: text/html, Size: 4360 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi
  2026-04-28 12:05   ` Louis Rannou
@ 2026-04-28 12:19     ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2026-04-28 12:19 UTC (permalink / raw)
  To: Louis Rannou; +Cc: meta-virtualization, pascal.eberhard, Louis Rannou

[-- Attachment #1: Type: text/plain, Size: 2974 bytes --]

On Tue, Apr 28, 2026 at 8:05 AM Louis Rannou <louis.rannou@semalibre.com>
wrote:

> Hello,
>
> Human after all ! I decided to track down our dependencies to avahi and
> saw neither br or arch require it.
>
>
In this day and age, I appreciate the human effort :)


> Unfortunately I have no tool for this but I also realized that would be
> nice as we probably have others unneeded deps.
>
>
I've put it on my TODO list.

Thanks for the follow up.

Bruce



> Louis
>
> 28 avr. 2026 13:45:47 Bruce Ashfield <bruce.ashfield@gmail.com>:
>
> small typo in the shortlog fixed, and pushed to master.
>
> I'm curious how you noticed the obselete depdency! If it
> is a scripted or specific prompt you used, I'd be
> interested to know if there are others like this lurking
> in the layer.
>
> Bruce
>
> In message: [meta-virtualization][PATCH] libvirt: remove obsolet depends
> to avahi
> on 27/04/2026 Louis Rannou via lists.yoctoproject.org wrote:
>
> From: Louis Rannou <louis.rannou@non.se.com>
>
> 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>
> ---
> recipes-extended/libvirt/libvirt_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 \
>
> file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
> SECTION = "console/tools"
>
> -DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap
> util-linux e2fsprogs pm-utils \
> +DEPENDS = "bridge-utils gnutls libxml2 lvm2 parted curl libpcap
> util-linux e2fsprogs pm-utils \
>        iptables dnsmasq readline libtasn1 libxslt-native acl libdevmapper
> libtirpc \
>             python3-docutils-native \
>        ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'shadow-native',
> '', d)} \
> --
> 2.53.0
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9746):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9746
> Mute This Topic: https://lists.yoctoproject.org/mt/119030694/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 6861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-28 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 13:54 [meta-virtualization][PATCH] libvirt: remove obsolet depends to avahi Louis Rannou
2026-04-28 11:45 ` Bruce Ashfield
2026-04-28 12:05   ` Louis Rannou
2026-04-28 12:19     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.