Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
0639c5b2c542e0ed9465cc9d8e5100ac0063038f
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python-scons-native_3.0.1.bb
blob: dae89ab5d2888b9e380036ee0b6ecd07bd5c265b [
file
] [
log
] [
blame
]
require
python
-
scons_$
{
PV
}.
bb
inherit
native
pythonnative
DEPENDS
=
"python-native"
RDEPENDS_$
{
PN
}
=
""
do_install_append
()
{
create_wrapper $
{
D
}
$
{
bindir
}/
scons SCONS_LIB_DIR
=
'${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
}