From 5343e044989eca88f5369ed553b3264f13707101 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 3 Oct 2017 21:57:27 +0200 Subject: initramfs-kexecboot-image: replace deprecated license file Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami Signed-off-by: Martin Jansa --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs') diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 835b307549..2573eb4818 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb @@ -1,7 +1,7 @@ SUMMARY = "Initramfs image for kexecboot kernel" DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit image -- cgit 1.2.3-korg