From cc437729628f96e0639e0362a7ec5cd752a5157f Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 3 Oct 2017 21:45:30 +0200 Subject: zaurus-installer: replace deprecated license file Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami --- recipes-bsp/zaurus-utils/zaurus-installer.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg