diff options
author | Christian Eggers <ceggers@arri.de> | 2020-07-08 12:34:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | 2e18f8f8180743d311b2690a275de3a3b9c0a140 (patch) | |
tree | 66ee55b05809878a00bc245b8e88869d1c1e8888 | |
parent | bc95820cd652673bc7ef4a3ae7e08ba8c2ae15cd (diff) | |
download | poky-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>
-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 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+" | |||
108 | LICENSE_avahi-daemon = "LGPLv2.1+" | 108 | LICENSE_avahi-daemon = "LGPLv2.1+" |
109 | LICENSE_libavahi-common = "LGPLv2.1+" | 109 | LICENSE_libavahi-common = "LGPLv2.1+" |
110 | LICENSE_libavahi-core = "LGPLv2.1+" | 110 | LICENSE_libavahi-core = "LGPLv2.1+" |
111 | LICENSE_avahi-client = "LGPLv2.1+" | 111 | LICENSE_libavahi-client = "LGPLv2.1+" |
112 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" | 112 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" |
113 | LICENSE_libavahi-glib = "LGPLv2.1+" | 113 | LICENSE_libavahi-glib = "LGPLv2.1+" |
114 | LICENSE_avahi-autoipd = "LGPLv2.1+" | 114 | LICENSE_avahi-autoipd = "LGPLv2.1+" |