]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
license.bbclass: Bound beginline and endline in copy_license_files()
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 3 Jun 2022 00:06:49 +0000 (02:06 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 6 Jun 2022 15:32:51 +0000 (05:32 -1000)
commit3001199ca8da38208649e8016e77880690835706
tree1e2485dcc8631cd66bfb1edbc7eb19301645ed55
parentf9f1e7fa6b895cf810887b6c5ddb07b521371f20
license.bbclass: Bound beginline and endline in copy_license_files()

Ensure that begin_idx (i.e., beginline - 1) and end_idx (i.e.,
endline) are positive numbers in copy_license_files(). This makes sure
the same lines are copied as populate_lic_qa_checksum() uses when it
calculates the checksum. Before, beginline=0 would typically lead to
that no lines were copied at all.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ab3cc3651d08d226675c461da760cda0bb6c0ce0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/license.bbclass