diff options
author | Christian Eggers <ceggers@arri.de> | 2020-07-08 12:34:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-22 22:46:37 +0100 |
commit | c52cd7466c5b8a0bd31f8e193ba43ddbf616e651 (patch) | |
tree | bcdcfd71b82c52f53af7ce260b688cda53d49279 /meta/recipes-connectivity/avahi/avahi_0.7.bb | |
parent | f37eab63535d632b047412b769e6afdb845ea541 (diff) | |
download | poky-c52cd7466c5b8a0bd31f8e193ba43ddbf616e651.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: 683fb53c94e63e4f5acf4c2efd04977cc10bed49)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d8837b4735b5e96ae0f5542319e711dbda8c3849)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.7.bb')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.7.bb b/meta/recipes-connectivity/avahi/avahi_0.7.bb index 24523c7f81..f6e3afb24e 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.7.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.7.bb | |||
@@ -14,7 +14,7 @@ LICENSE_libavahi-gobject = "LGPLv2.1+" | |||
14 | LICENSE_avahi-daemon = "LGPLv2.1+" | 14 | LICENSE_avahi-daemon = "LGPLv2.1+" |
15 | LICENSE_libavahi-common = "LGPLv2.1+" | 15 | LICENSE_libavahi-common = "LGPLv2.1+" |
16 | LICENSE_libavahi-core = "LGPLv2.1+" | 16 | LICENSE_libavahi-core = "LGPLv2.1+" |
17 | LICENSE_avahi-client = "LGPLv2.1+" | 17 | LICENSE_libavahi-client = "LGPLv2.1+" |
18 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" | 18 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" |
19 | LICENSE_libavahi-glib = "LGPLv2.1+" | 19 | LICENSE_libavahi-glib = "LGPLv2.1+" |
20 | LICENSE_avahi-autoipd = "LGPLv2.1+" | 20 | LICENSE_avahi-autoipd = "LGPLv2.1+" |