diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 18:21:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:58:01 +0100 |
commit | 971d5f7b81d535b2da0ae51a54f9ba6641f18304 (patch) | |
tree | 3b904c5e123c5534afb479a08c40cd5d951048ab /meta/classes/python_flit_core.bbclass | |
parent | 7bd328f9d24b4fb23c7d5de50bddbb60828c9ffc (diff) | |
download | poky-971d5f7b81d535b2da0ae51a54f9ba6641f18304.tar.gz |
classes: Add copyright statements to files without one
Where there isn't a copyright statement, add one to make it explicit.
Also drop editor config lines where they were present.
(From OE-Core rev: 880c1ea3edc8edef974e65b2d424fc36809ea034)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_flit_core.bbclass')
-rw-r--r-- | meta/classes/python_flit_core.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass index 7109307de5..0f5301084f 100644 --- a/meta/classes/python_flit_core.bbclass +++ b/meta/classes/python_flit_core.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python_pep517 python3native python3-dir setuptools3-base | 5 | inherit python_pep517 python3native python3-dir setuptools3-base |
2 | 6 | ||
3 | DEPENDS += "python3 python3-flit-core-native" | 7 | DEPENDS += "python3 python3-flit-core-native" |