summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2024-01-30 15:08:15 +0800
committerJun Zhu <junzhu@nxp.com>2024-01-30 15:02:37 +0800
commitf68ebaa4ce732efd3c98bda09cca182381302b69 (patch)
tree4ffb4e98a7903e3f33eb829adc17b97fdffac051
parent78862da60e5d90435c4f6793fa7090b786b8585e (diff)
downloadmeta-freescale-f68ebaa4ce732efd3c98bda09cca182381302b69.tar.gz
imx-kobs: Rename COPYING to LICENSE
Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index c8880d49..bdb02475 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -1,17 +1,17 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2019 NXP 2# Copyright (C) 2017-2019,2024 NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA. 3# Copyright 2018 (C) O.S. Systems Software LTDA.
4 4
5SUMMARY = "Nand boot write source" 5SUMMARY = "Nand boot write source"
6SECTION = "base" 6SECTION = "base"
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
9 9
10PV = "5.5+git${SRCPV}" 10PV = "5.5+git${SRCPV}"
11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ 11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \
12 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ 12 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
13" 13"
14SRCREV = "269fdffcf97238684de9f28977a73677282e061f" 14SRCREV = "ff13a99a22aa73cca0e09a33c2ebb6a94ad698da"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig