Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
c334476cb36a7a354b05d7d747fec7c70f9b684d
/
.
/
import-layers
/
yocto-poky
/
meta
/
classes
/
distutils3-base.bbclass
blob: 82ab6a3d1c7527a17403d67e0dada8b25bebc45b [
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
python3native