From 759110db9701e6f61a7ad631cbc326e9762639c3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 1 Oct 2017 14:35:58 +0200 Subject: recipes: fix invalid license file location Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-support/usb-suspend-resume/usb-suspend-resume.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support/usb-suspend-resume') diff --git a/recipes-support/usb-suspend-resume/usb-suspend-resume.bb b/recipes-support/usb-suspend-resume/usb-suspend-resume.bb index 307c823..8e6da00 100644 --- a/recipes-support/usb-suspend-resume/usb-suspend-resume.bb +++ b/recipes-support/usb-suspend-resume/usb-suspend-resume.bb @@ -1,7 +1,7 @@ SECTION = "USB" SUMMARY = "Fix for USB suspend resume on Vybrid" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" PR = "r1" -- cgit v1.2.3