aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-10-03 21:45:30 +0200
committerAndrea Adami <andrea.adami@gmail.com>2017-10-29 23:57:31 +0100
commitcc437729628f96e0639e0362a7ec5cd752a5157f (patch)
tree384a3b316d1145981170b9fe62197f11b5a584ef /recipes-bsp
parentfd283c860a3687c1b1da3efb0be28eaa57ec803a (diff)
downloadmeta-handheld-cc437729628f96e0639e0362a7ec5cd752a5157f.tar.gz
zaurus-installer: replace deprecated license file
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/zaurus-utils/zaurus-installer.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/zaurus-utils/zaurus-installer.bb b/recipes-bsp/zaurus-utils/zaurus-installer.bb
index d8de3e6..2956f15 100644
--- a/recipes-bsp/zaurus-utils/zaurus-installer.bb
+++ b/recipes-bsp/zaurus-utils/zaurus-installer.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Installkit for kexecboot-kernel"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
DEPENDS = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot', 'zaurus-updater linux-kexecboot', d)}"
DEPENDS += "${@base_conditional('MACHINE', 'spitz', 'zaurus-legacy-tar', '', d)}"
PV = "2017.05"