aboutsummaryrefslogtreecommitdiffstats
path: root/classes/pythonnative.bbclass
blob: 13d632cd7b1349d7e8e0c5d9f8a760a229c13f6e (plain)
1
2
3
4
5
# Don't inherit pythonnative in target builds

REAL_CLASS = "${@bb.data.inherits_class('native', d) and '${COREBASE}/meta/classes/pythonnative.bbclass' or ''}"

inherit ${REAL_CLASS}