]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
defaultsetup: Inherit create-spdx by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Sep 2023 08:24:08 +0000 (09:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2023 06:46:49 +0000 (07:46 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/defaultsetup.conf

index 1abb50962931ee1ef062f68f65518a90b64b2964..90b68057ad4d81e9e7672292758d9da4c01df618 100644 (file)
@@ -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"