diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-17 10:56:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-21 22:01:28 +0000 |
commit | 87ed5dab07d08bbf615be23d7442b818448b8400 (patch) | |
tree | 09b0fbdbd9c4f2c7352f0e3a9966fc1cc7cd9596 /meta/recipes-connectivity/connman | |
parent | 2456f523cfbbae0e509797a0aefa9733f2cb13e3 (diff) | |
download | poky-87ed5dab07d08bbf615be23d7442b818448b8400.tar.gz |
recipes: Update common-licenses references to match new names
The licenses were renamed to match their SPDX names, fix the
references in LIC_FILES_CHKSUM in OE-Core.
(From OE-Core rev: 9af48917cfe583d2db9e1e088c7e396fcf638949)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-conf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb index 9a519ec866..85fee09258 100644 --- a/meta/recipes-connectivity/connman/connman-conf.bb +++ b/meta/recipes-connectivity/connman/connman-conf.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Connman config to setup wired interface on qemu machines" | |||
2 | DESCRIPTION = "This is the ConnMan configuration to set up a Wired \ | 2 | DESCRIPTION = "This is the ConnMan configuration to set up a Wired \ |
3 | network interface for a qemu machine." | 3 | network interface for a qemu machine." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
6 | 6 | ||
7 | inherit systemd | 7 | inherit systemd |
8 | 8 | ||