diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-23 17:48:21 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-23 17:50:56 -0300 |
commit | 18aa784c0163e6f235f007cda239016f71ec02a4 (patch) | |
tree | 76fba024af54813970f6e797e3c72dd3196b5bdf /recipes-bsp/uefi | |
parent | 2c6175cd0110a26f8be89bc0d48e8da41d0eb10b (diff) | |
download | meta-freescale-18aa784c0163e6f235f007cda239016f71ec02a4.tar.gz |
Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MIT
The OE-Core now warns when someone uses ${COREBASE}/LICENSE so we
should move to ${COMMON_LICENSE_DIR}/MIT to fix this deprecated use.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/uefi')
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 5b71047e..b42a85e6 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Unified Extensible Firmware Interface" | 1 | DESCRIPTION = "Unified Extensible Firmware Interface" |
2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||