Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
3ccee71105aa9e4f253f65d4c685de41a526a117
/
.
/
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
}