From: Christian Eggers Date: Wed, 8 Jul 2020 10:34:27 +0000 (+0200) Subject: avahi: Fix typo in recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8837b4735b5e96ae0f5542319e711dbda8c3849;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git avahi: Fix typo in recipe According to the PACKAGES variable, LICENSE_avahi-client is misspelled. Additionally, the libavahi-client package actually only includes LGPLv2.1+ software (as opposed to the global LICENSE variable). Signed-off-by: Christian Eggers Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 35d0c3ea752..c8a3f876aa9 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb @@ -108,7 +108,7 @@ LICENSE_libavahi-gobject = "LGPLv2.1+" LICENSE_avahi-daemon = "LGPLv2.1+" LICENSE_libavahi-common = "LGPLv2.1+" LICENSE_libavahi-core = "LGPLv2.1+" -LICENSE_avahi-client = "LGPLv2.1+" +LICENSE_libavahi-client = "LGPLv2.1+" LICENSE_avahi-dnsconfd = "LGPLv2.1+" LICENSE_libavahi-glib = "LGPLv2.1+" LICENSE_avahi-autoipd = "LGPLv2.1+"