diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-29 21:43:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-30 19:08:25 +0000 |
commit | bc665b2dfd9d000ba971db5eb4d384666ade5600 (patch) | |
tree | e2164ec4f03641901b0973cc0c539f798f0068bf | |
parent | 43a09d9cc862b6e76bd6fcd89beef2e376fc5318 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-capes.bb | 2 | ||||
-rw-r--r-- | recipes-ti/beagleboard/gadget-init.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "Userspace setup for beaglebone capes" | 1 | DESCRIPTION = "Userspace setup for beaglebone capes" |
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=b97a012949927931feb7793eee5ed924 " | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "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" | |||
3 | PR = "r19" | 3 | PR = "r19" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(ti33x)" | 8 | COMPATIBLE_MACHINE = "(ti33x)" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |