aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libtinyxml
AgeCommit message (Expand)Author
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
2013-03-18libtinyxml: Add native support and use relative pathsStefan Herbrechtsmeier
2012-10-04libtinyxml: Add recipe for 2.6.2Otavio Salvador
/thud OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils-base.bbclass
blob: aa18e8b292bea7251393d10f745a8adc2978deee (plain)
1
2
3
4
DEPENDS  += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}"
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"

inherit distutils-common-base pythonnative