summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-24 15:03:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-31 16:53:04 +0100
commit496d14c3ec567699b8b642dd9e217b25c0188823 (patch)
tree54c6439a699900022f9eccb8339b9d0de8574cbd /meta/recipes-connectivity/avahi
parent2ef25f4a3e5136c185f560b11c1cd1f1339645f3 (diff)
downloadpoky-496d14c3ec567699b8b642dd9e217b25c0188823.tar.gz
avahi: remove redundant gobject-introspection DEPENDS
The gobject-introspection class adds this dependency as needed, so remove it from DEPENDS. (From OE-Core rev: f1d436577d6029de8cb0a470e124dc2f4a3cd4cd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb
index 8649140a45..1764997c41 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
35# Issue only affects Debian/SUSE, not us 35# Issue only affects Debian/SUSE, not us
36CVE_CHECK_IGNORE += "CVE-2021-26720" 36CVE_CHECK_IGNORE += "CVE-2021-26720"
37 37
38DEPENDS = "expat libcap libdaemon glib-2.0 glib-2.0-native gobject-introspection" 38DEPENDS = "expat libcap libdaemon glib-2.0 glib-2.0-native"
39 39
40# For gtk related PACKAGECONFIGs: gtk, gtk3 40# For gtk related PACKAGECONFIGs: gtk, gtk3
41AVAHI_GTK ?= "" 41AVAHI_GTK ?= ""