]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-machine-units: update LIC_FILES_CHKSUM
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 14 Sep 2017 09:13:18 +0000 (02:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Sep 2017 10:07:22 +0000 (11:07 +0100)
Fixed:
WARNING: systemd-machine-units-1.0-r19 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: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-machine-units_1.0.bb

index a64464cffe867ce6a60b7b8690721b47faae5ed9..02756f43d73cfa2353c2fe15035d44d1851eff84 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Machine specific systemd units"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"