Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
17faa44e9cc8d09a28add2a8a0371fcf84b51efd
/
.
/
meta
/
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
}