mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
defaultsetup: Inherit create-spdx by default
This has been tested in poky by default for a while and ew've hopefully resolved most of the gremlins. THis is the direction we're recommending for license/manifest requirements so set it by default for OE. (From OE-Core rev: b34032ec22921d4fd0982c17e63732cdbbc1885a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c35c771a69
commit
a0258be98a
|
@ -14,7 +14,7 @@ TMPDIR .= "${TCLIBCAPPEND}"
|
|||
|
||||
USER_CLASSES ?= ""
|
||||
PACKAGE_CLASSES ?= "package_ipk"
|
||||
INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool"
|
||||
INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx"
|
||||
INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}"
|
||||
|
||||
INIT_MANAGER ??= "none"
|
||||
|
|
Loading…
Reference in New Issue
Block a user