]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
package: Drop var-undefined QA check
authorPhilip Lorenz <philip.lorenz@bmw.de>
Mon, 28 Jul 2025 09:59:29 +0000 (11:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jul 2025 09:47:56 +0000 (10:47 +0100)
commitcb69d7eba80215f9f8b74dafe40ca2289fa294aa
tree4bee12b468123949395049a21a31af3d121180a7
parent249e42a02c412454cfed9d58e27a054dfa5d2b06
package: Drop var-undefined QA check

The variables checked for are mandatory in all cases so a QA check does
not seem to be the right choice for this. Additionally, the code never
called `exit_if_errors` so the reported QA issue didn't actually fail
the task.

Signed-off-by: Philip Lorenz <philip.lorenz@bmw.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/insane.bbclass
meta/classes-global/package.bbclass