1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

oeqa/selftest: add a test for bitbake "-e" and "-getvar" difference

This is a non-regression test for [YOCTO #15638]

(From OE-Core rev: 22b508da24e0f7e5ad8ce4e090832bd0829963f0)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yoann Congal
2024-11-13 00:11:26 +01:00
committed by Richard Purdie
parent 2ded868fc8
commit 131872001a
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,3 @@
python () {
d.setVar("TEST_SET_FROM_ANON_FUNC", "expected value")
}