summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2024-01-30 15:09:07 +0800
committerJun Zhu <junzhu@nxp.com>2024-01-30 15:02:37 +0800
commitc0cd4c67b3f2601c11bd9f1ae6bede9dcfaff1ad (patch)
tree7d6c83808dce206bd539ca81e51e0c049d081b4b
parentf68ebaa4ce732efd3c98bda09cca182381302b69 (diff)
downloadmeta-freescale-c0cd4c67b3f2601c11bd9f1ae6bede9dcfaff1ad.tar.gz
imx-uuc: Rename COPYING to LICENSE
Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index 4b4915e5..49fc1558 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -1,10 +1,10 @@
1# Copyright (C) 2016 Freescale Semiconductor 1# Copyright (C) 2016 Freescale Semiconductor
2# Copyright (C) 2017-2019 NXP 2# Copyright (C) 2017-2019,2024 NXP
3SUMMARY = "A Daemon wait for NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for NXP mfgtools host's command"
4SECTION = "base" 4SECTION = "base"
5DEPENDS = "virtual/kernel dosfstools-native" 5DEPENDS = "virtual/kernel dosfstools-native"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
@@ -12,7 +12,7 @@ PR = "r1"
12PV = "0.5.1+git${SRCPV}" 12PV = "0.5.1+git${SRCPV}"
13 13
14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master" 14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master"
15SRCREV = "61f258fb6f10f690633eb068a8d4aaaba5e5e8a2" 15SRCREV = "9b4adc0cde346fbae743dc21fcf5115488307b83"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18