summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-29 21:43:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-30 19:08:25 +0000
commitbc665b2dfd9d000ba971db5eb4d384666ade5600 (patch)
treee2164ec4f03641901b0973cc0c539f798f0068bf /recipes-ti/beagleboard
parent43a09d9cc862b6e76bd6fcd89beef2e376fc5318 (diff)
downloadmeta-ti-bc665b2dfd9d000ba971db5eb4d384666ade5600.tar.gz
recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASE
Fixes beaglebone-capes-1.0-r4 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r--recipes-ti/beagleboard/beaglebone-capes.bb2
-rw-r--r--recipes-ti/beagleboard/gadget-init.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-capes.bb b/recipes-ti/beagleboard/beaglebone-capes.bb
index 30b985b5..569a3e5a 100644
--- a/recipes-ti/beagleboard/beaglebone-capes.bb
+++ b/recipes-ti/beagleboard/beaglebone-capes.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Userspace setup for beaglebone capes" 1DESCRIPTION = "Userspace setup for beaglebone capes"
2 2
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=b97a012949927931feb7793eee5ed924 " 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 5
6PR = "r4" 6PR = "r4"
7 7
diff --git a/recipes-ti/beagleboard/gadget-init.bb b/recipes-ti/beagleboard/gadget-init.bb
index 8b899c51..b546efbb 100644
--- a/recipes-ti/beagleboard/gadget-init.bb
+++ b/recipes-ti/beagleboard/gadget-init.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Units to initialize usb gadgets"
3PR = "r19" 3PR = "r19"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
7 7
8COMPATIBLE_MACHINE = "(ti33x)" 8COMPATIBLE_MACHINE = "(ti33x)"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"