summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-10-01 14:35:58 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-23 22:15:42 +0100
commit759110db9701e6f61a7ad631cbc326e9762639c3 (patch)
treeacb49ab095aff4cd447301f65066259621a3e4a4 /recipes-support
parenta9490bc32e114596e84a13201f3ee887bfbf6687 (diff)
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 <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/usb-suspend-resume/usb-suspend-resume.bb2
1 files changed, 1 insertions, 1 deletions
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"