Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
60f9d69e016b11c468c98ea75ba0a60c44afbbc4
/
.
/
import-layers
/
yocto-poky
/
meta
/
classes
/
distutils-base.bbclass
blob: aa18e8b292bea7251393d10f745a8adc2978deee [
file
] [
log
] [
blame
]
DEPENDS
+=
"${@["
$
{
PYTHON_PN
}-
native
$
{
PYTHON_PN
}
", ""][(d.getVar('PACKAGES', True) == '')]}"
RDEPENDS_$
{
PN
}
+=
"${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
inherit distutils
-
common
-
base
pythonnative