Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
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
}