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