Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
263c6b7c4c34c0e8406484529fba7196dcded5a9
/
.
/
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