]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: create: Only include the expected SRC_URI checksums
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 7 Dec 2023 17:48:39 +0000 (18:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Dec 2023 16:58:28 +0000 (16:58 +0000)
commitc2af83eb5e8573480179b6c0bcce50606b547099
tree6f992cf6a3faab8a194ea789bd57405237f21559
parent377f9513dc56e9b8e5f5813c1535be0206756949
recipetool: create: Only include the expected SRC_URI checksums

Rather than including all SRC_URI checksums, include the ones that are
expected. These are the same as are output if no checksums are included
when building the recipe.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/recipetool.py
scripts/lib/recipetool/create.py