mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python3-chardet: add a '3' suffix to binary to avoid conflicts with python2
Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,2 +1,7 @@
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
require python-chardet.inc
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user