]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/license: Move package license skip to library
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 7 Nov 2025 13:14:39 +0000 (14:14 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 10 Nov 2025 15:03:45 +0000 (07:03 -0800)
commit4f7a047c4a1e14bbb3bf593764aace1e25bcd4a4
tree7b50d93c0f59f3d2c382cbfeeb7531db4e1bfc6f
parent572bf8fd0ba83c7174f706f17a589abbcdc54df5
lib/license: Move package license skip to library

Moves the code that skips packages with incompatible licenses to the
library code so that it can be called in other locations

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 86eb409e3c1b30110869ec5a0027ae2d48bbfe7f)
meta/classes-global/base.bbclass
meta/lib/oe/license.py