summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uefi/uefi_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-23 17:48:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-09-23 17:50:56 -0300
commit18aa784c0163e6f235f007cda239016f71ec02a4 (patch)
tree76fba024af54813970f6e797e3c72dd3196b5bdf /recipes-bsp/uefi/uefi_git.bb
parent2c6175cd0110a26f8be89bc0d48e8da41d0eb10b (diff)
downloadmeta-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/uefi_git.bb')
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
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 @@
1DESCRIPTION = "Unified Extensible Firmware Interface" 1DESCRIPTION = "Unified Extensible Firmware Interface"
2SECTION = "bootloaders" 2SECTION = "bootloaders"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 5
6inherit deploy 6inherit deploy
7 7