Skip to content

Commit c0cd4c6

Browse files
committed
imx-uuc: Rename COPYING to LICENSE
Signed-off-by: Jun Zhu <junzhu@nxp.com>
1 parent f68ebaa commit c0cd4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎recipes-bsp/imx-uuc/imx-uuc_git.bb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Copyright (C) 2016 Freescale Semiconductor
2-
# Copyright (C) 2017-2019 NXP
2+
# Copyright (C) 2017-2019,2024 NXP
33
SUMMARY = "A Daemon wait for NXP mfgtools host's command"
44
SECTION = "base"
55
DEPENDS = "virtual/kernel dosfstools-native"
66
LICENSE = "GPL-2.0-only"
7-
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7+
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
88

99
inherit autotools-brokensep
1010

1111
PR = "r1"
1212
PV = "0.5.1+git${SRCPV}"
1313

1414
SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master"
15-
SRCREV = "61f258fb6f10f690633eb068a8d4aaaba5e5e8a2"
15+
SRCREV = "9b4adc0cde346fbae743dc21fcf5115488307b83"
1616

1717
S = "${WORKDIR}/git"
1818

0 commit comments

Comments
 (0)