diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-25 14:47:24 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-25 14:57:25 -0700 |
commit | 66265befad0c262d69fcbee3504096c30c7c4987 (patch) | |
tree | 9b63fdb3c340189af1e33a650658871ada770281 /meta-xilinx-bsp | |
parent | c8b9cdf318b7bc2a4435b5d0a93846974a9e74a5 (diff) | |
download | meta-xilinx-66265befad0c262d69fcbee3504096c30c7c4987.tar.gz |
device-tree: Fix GPL-2.0 reference
The GPL-2.0 license was removed and replaced by GPL-2.0-or-later.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb index be1e7f30..c73e5fb1 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | |||
@@ -6,7 +6,7 @@ SECTION = "bsp" | |||
6 | LICENSE = "MIT & GPLv2" | 6 | LICENSE = "MIT & GPLv2" |
7 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
8 | file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | 8 | file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ |
9 | file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ | 9 | file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit devicetree image-artifact-names | 12 | inherit devicetree image-artifact-names |