oeqa: Test multiconfig parsing

Add a test to verify that when multiconfig conf files changed, recipes
are correctly reparsed.

[YOCTO #13541]

(From OE-Core rev: a424ef0a0c49123f4518e8fef993fd10f6fc5f4e)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Watt
2019-09-23 13:21:37 -05:00
committed by Richard Purdie
parent bbe46d8ca3
commit 2b74cece39
3 changed files with 58 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
SUMMARY = "Test Multiconfig Parsing"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
INHIBIT_DEFAULT_DEPS = "1"
do_showvar() {
bbplain "MCTESTVAR=${MCTESTVAR}"
}
addtask do_showvar