summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-01-30 08:40:54 -0300
committerGitHub <noreply@github.com>2024-01-30 08:40:54 -0300
commitb6c7fdfb1d8c8576663eb634d966f8408ce59d7f (patch)
tree7d6c83808dce206bd539ca81e51e0c049d081b4b
parent78862da60e5d90435c4f6793fa7090b786b8585e (diff)
parentc0cd4c67b3f2601c11bd9f1ae6bede9dcfaff1ad (diff)
downloadmeta-freescale-b6c7fdfb1d8c8576663eb634d966f8408ce59d7f.tar.gz
Merge pull request #1745 from junzhuimx/master
imx-uuc/imx-kobs: Pick up the changes of "rename COPYING to LICENSE"
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb6
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb6
2 files changed, 6 insertions, 6 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
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