mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Drop unneeded LIC_FILES_CHKSUM values
With the changes to insane.bbclass we don't need LIC_FILES_CHKSUM to be set for recipes that don't actually pull in any source. (From OE-Core rev: fc14e794c53f94158a5e6d6a8644656875639d0c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
296c7e11f1
commit
32d80fe258
@@ -15,9 +15,6 @@ PACKAGE_ARCH ?= "all"
|
||||
PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}"
|
||||
|
||||
LICENSE ?= "MIT"
|
||||
LIC_FILES_CHKSUM ?= "${@oe.utils.ifelse(d.getVar('LICENSE', True) == 'MIT', \
|
||||
'file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420', \
|
||||
'')}"
|
||||
|
||||
inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED', True) == 'all', 'allarch', '')}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user