From: Adrian Freihofer <[email protected]> This is a fixup for commit 570dd06a703c9346672055d52a2461f2715a515b module.bbclass: move environment setup to kernel_module.py
Copy also the MIT SPDX license header from the file where this lines were copied from. Signed-off-by: Adrian Freihofer <[email protected]> --- meta/lib/oe/kernel_module.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/lib/oe/kernel_module.py b/meta/lib/oe/kernel_module.py index 678f7de03b..0d27fbaa57 100644 --- a/meta/lib/oe/kernel_module.py +++ b/meta/lib/oe/kernel_module.py @@ -1,3 +1,8 @@ +# +# Copyright OpenEmbedded Contributors +# +# SPDX-License-Identifier: MIT +# # Set up the environment for building kernel modules def kernel_module_os_env(d, env_dict): -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232599): https://lists.openembedded.org/g/openembedded-core/message/232599 Mute This Topic: https://lists.openembedded.org/mt/118178499/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
