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