mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 lines
207 B
BlitzBasic
8 lines
207 B
BlitzBasic
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
|
|
}
|