summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-04-10 16:56:11 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-13 19:18:30 -0300
commit73969511275bfc4c83ff73d0737a340a9f12d8c4 (patch)
tree6cab1e069f6fd393152795e1dd91bca4044ffc23
parent2346fff4fe294fbe96a4e296838e38ae41a4485c (diff)
downloadmeta-freescale-73969511275bfc4c83ff73d0737a340a9f12d8c4.tar.gz
imx-sc-firmware: Fix the license as Proprietary
The package license was set incorrectly as MIT. The license is Proprietary. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
index 904c8cc3..b6697d19 100644
--- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
+++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb
@@ -2,7 +2,7 @@
2# Copyright (C) 2017-2019 NXP 2# Copyright (C) 2017-2019 NXP
3 3
4DESCRIPTION = "i.MX System Controller Firmware" 4DESCRIPTION = "i.MX System Controller Firmware"
5LICENSE = "MIT" 5LICENSE = "Proprietary"
6LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" 6LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28"
7SECTION = "BSP" 7SECTION = "BSP"
8 8