]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes-global/license: Move functions to library code
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 7 Nov 2025 13:14:37 +0000 (14:14 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 10 Nov 2025 15:03:45 +0000 (07:03 -0800)
commit5e220e20833fd800687b05c8f5cef602dfc47202
treea2bc6c9520e63db0d4780a7c8df1d74af58dbc82
parent17031d71cf4bc4fc19dd8a41c49b94e1f6a1edee
classes-global/license: Move functions to library code

Moves several of the functions in license.bbclass to be library code

New function dependencies were manually verified using bitbake-dumpsigs
to ensure that bitbake identified the same dependencies even though they
are now in library code (although the new function names mean that the
task hashes still change)

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