diff mbox series

avahi: remove redundant gobject-introspection DEPENDS

Message ID 20230524140335.3623060-1-ross.burton@arm.com
State Accepted, archived
Commit f1d436577d6029de8cb0a470e124dc2f4a3cd4cd
Headers show
Series avahi: remove redundant gobject-introspection DEPENDS | expand

Commit Message

Ross Burton May 24, 2023, 2:03 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The gobject-introspection class adds this dependency as needed, so
remove it from DEPENDS.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-connectivity/avahi/avahi_0.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb
index 8649140a458..1764997c41b 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.8.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb
@@ -35,7 +35,7 @@  SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de79
 # Issue only affects Debian/SUSE, not us
 CVE_CHECK_IGNORE += "CVE-2021-26720"
 
-DEPENDS = "expat libcap libdaemon glib-2.0 glib-2.0-native gobject-introspection"
+DEPENDS = "expat libcap libdaemon glib-2.0 glib-2.0-native"
 
 # For gtk related PACKAGECONFIGs: gtk, gtk3
 AVAHI_GTK ?= ""