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