summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc1.bb
blob: eed69c805a63ce7457c34bf450c054f322a6b810 (plain)
1
2
3
4
5
python () {
    if d.getVar("BB_CURRENT_MC") == "mc-1":
        bb.fatal("Multiconfig is mc-1")
}