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/classes/devicetree.bbclass | |
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/classes/devicetree.bbclass')
-rw-r--r-- | meta/classes/devicetree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/devicetree.bbclass b/meta/classes/devicetree.bbclass index c772ab2ab9..ece883accf 100644 --- a/meta/classes/devicetree.bbclass +++ b/meta/classes/devicetree.bbclass | |||
@@ -18,7 +18,7 @@ SECTION ?= "bsp" | |||
18 | # device trees built with them are at least GPLv2 (and in some cases dual | 18 | # device trees built with them are at least GPLv2 (and in some cases dual |
19 | # licensed). Default to GPLv2 if the recipe does not specify a license. | 19 | # licensed). Default to GPLv2 if the recipe does not specify a license. |
20 | LICENSE ?= "GPLv2" | 20 | LICENSE ?= "GPLv2" |
21 | LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 21 | LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
22 | 22 | ||
23 | INHIBIT_DEFAULT_DEPS = "1" | 23 | INHIBIT_DEFAULT_DEPS = "1" |
24 | DEPENDS += "dtc-native" | 24 | DEPENDS += "dtc-native" |