summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2020-07-08 12:34:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-12 12:21:48 +0100
commit2e18f8f8180743d311b2690a275de3a3b9c0a140 (patch)
tree66ee55b05809878a00bc245b8e88869d1c1e8888 /meta/recipes-connectivity
parentbc95820cd652673bc7ef4a3ae7e08ba8c2ae15cd (diff)
downloadpoky-2e18f8f8180743d311b2690a275de3a3b9c0a140.tar.gz
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). (From OE-Core rev: d8837b4735b5e96ae0f5542319e711dbda8c3849) Signed-off-by: Christian Eggers <ceggers@arri.de> 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.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 35d0c3ea75..c8a3f876aa 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+"
108LICENSE_avahi-daemon = "LGPLv2.1+" 108LICENSE_avahi-daemon = "LGPLv2.1+"
109LICENSE_libavahi-common = "LGPLv2.1+" 109LICENSE_libavahi-common = "LGPLv2.1+"
110LICENSE_libavahi-core = "LGPLv2.1+" 110LICENSE_libavahi-core = "LGPLv2.1+"
111LICENSE_avahi-client = "LGPLv2.1+" 111LICENSE_libavahi-client = "LGPLv2.1+"
112LICENSE_avahi-dnsconfd = "LGPLv2.1+" 112LICENSE_avahi-dnsconfd = "LGPLv2.1+"
113LICENSE_libavahi-glib = "LGPLv2.1+" 113LICENSE_libavahi-glib = "LGPLv2.1+"
114LICENSE_avahi-autoipd = "LGPLv2.1+" 114LICENSE_avahi-autoipd = "LGPLv2.1+"