summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-20 17:52:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-21 23:44:08 +0100
commit27024e544bbc6bf096e33467c90c85f5cbcab14e (patch)
tree6e2f1d9d1bef160af59216dd29a33424cc6e3cbb /meta/recipes-connectivity/avahi
parent23cf785f0c0fe7e4fb028b0a94f2233acb4648e1 (diff)
downloadpoky-27024e544bbc6bf096e33467c90c85f5cbcab14e.tar.gz
avahi: remove obsolete intltool-native dependency
intltool was replaced with gettext in the 0.8 release. (From OE-Core rev: 0438c8e73419c0a81bbb42f777eb3e36f4878e79) Signed-off-by: Ross Burton <ross.burton@arm.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 cd0489e846..4b15d11b61 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_WHITELIST += "CVE-2021-26720" 36CVE_CHECK_WHITELIST += "CVE-2021-26720"
37 37
38DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native" 38DEPENDS = "expat libcap libdaemon glib-2.0"
39 39
40# For gtk related PACKAGECONFIGs: gtk, gtk3 40# For gtk related PACKAGECONFIGs: gtk, gtk3
41AVAHI_GTK ?= "" 41AVAHI_GTK ?= ""