summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb
blob: 6236697453f3a3d65c1a3640ea792a1523ccb14a (plain)
1
2
3
4
5
6
7
8
9
10
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