diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-09-23 13:21:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:17 +0100 |
commit | 2b74cece399978eefffb7dd12091ccfd035ae603 (patch) | |
tree | 365966cf50c121fad0b1246d4fcd8efe4f787a2a /meta-selftest/recipes-test/multiconfig | |
parent | bbe46d8ca333e1161378d9cdc935279fcb15a088 (diff) | |
download | poky-2b74cece399978eefffb7dd12091ccfd035ae603.tar.gz |
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>
Diffstat (limited to 'meta-selftest/recipes-test/multiconfig')
-rw-r--r-- | meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb b/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb new file mode 100644 index 0000000000..6236697453 --- /dev/null +++ b/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Test Multiconfig Parsing" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | |||
5 | INHIBIT_DEFAULT_DEPS = "1" | ||
6 | |||
7 | do_showvar() { | ||
8 | bbplain "MCTESTVAR=${MCTESTVAR}" | ||
9 | } | ||
10 | addtask do_showvar | ||
11 | |||