diff options
author | Petr Kubizňák <kubiznak@2n.com> | 2023-03-31 13:46:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 11:39:59 +0100 |
commit | 6fbae6e06c135a421a7acbc6180ed8c82d94f483 (patch) | |
tree | 019e26c1916202f39a68b02d1ff9bfd721d124d9 /meta/recipes-connectivity | |
parent | 1c3c56ca199921e29534a0fc2e2e4e365bf0fb7d (diff) | |
download | poky-6fbae6e06c135a421a7acbc6180ed8c82d94f483.tar.gz |
avahi: add missing dependencies
When gobject-introspection feature is disabled, glib-2.0-native
and gobject-introspection package dependencies are not pulled in
but avahi has a hard dependency on them (do_configure fails due
to missing introspection.m4 file, do_compile fails due to missing
glib-mkenums).
(From OE-Core rev: fea90325b180ba8d2b19704dc8911a9175527c61)
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.8.bb | 2 |
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 a830385352..bf6835e0d6 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 |
36 | CVE_CHECK_IGNORE += "CVE-2021-26720" | 36 | CVE_CHECK_IGNORE += "CVE-2021-26720" |
37 | 37 | ||
38 | DEPENDS = "expat libcap libdaemon glib-2.0" | 38 | DEPENDS = "expat libcap libdaemon glib-2.0 glib-2.0-native gobject-introspection" |
39 | 39 | ||
40 | # For gtk related PACKAGECONFIGs: gtk, gtk3 | 40 | # For gtk related PACKAGECONFIGs: gtk, gtk3 |
41 | AVAHI_GTK ?= "" | 41 | AVAHI_GTK ?= "" |