From 79c442f7a14d1170c87892d927b600f32cd86948 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 3 Oct 2017 21:57:26 +0200 Subject: initramfs-debug: 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/initrdscripts/initramfs-debug_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs') diff --git a/meta-initramfs/recipes-bsp/initrdscripts/initramfs-debug_1.0.bb b/meta-initramfs/recipes-bsp/initrdscripts/initramfs-debug_1.0.bb index b7defff6fa..667690f888 100644 --- a/meta-initramfs/recipes-bsp/initrdscripts/initramfs-debug_1.0.bb +++ b/meta-initramfs/recipes-bsp/initrdscripts/initramfs-debug_1.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Extremely basic live image init script" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "file://init-debug.sh" S = "${WORKDIR}" -- cgit 1.2.3-korg