]> code.ossystems Code Review - openembedded-core.git/commit
create_spdx: ensure is_work_shared() is unique
authorSaul Wold <Saul.Wold@windriver.com>
Wed, 17 Nov 2021 18:08:13 +0000 (10:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:14 +0000 (11:04 +0000)
commit18eab77ee65c73b17225e69c7ba446ab1c69fa92
tree0ee055943bf32ec76011f2632cc94f28f0f1e52a
parentee0345057459c6d77fb64902a955e836c6c1e8e4
create_spdx: ensure is_work_shared() is unique

There is a function with the same name is_work_shared() in the archiver class
this causes a conflict when both classes are included. Use work-shared as the
check in WORKDIR to allow for other packages beyond the kernel and gcc that
use a common shared-work source directory.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/create-spdx.bbclass