Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
a0630fc804798fa3b0aa4ef933ea7315f54cd7d1
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-chardet_3.0.4.bb
blob: 38d8122ce93dc1810addd8db24291d16c814f472 [
file
] [
log
] [
blame
]
inherit setuptools3
require
python
-
chardet
.
inc
do_install_append
()
{
# rename scripts that would conflict with the Python 2 build of chardet
mv $
{
D
}
$
{
bindir
}/
chardetect $
{
D
}
$
{
bindir
}/
chardetect3
}