mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
(From OE-Core rev: 9c256927141deadebb0cf3e6c83e6a76b9f0c4b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
137 B
BlitzBasic
7 lines
137 B
BlitzBasic
require python-setuptools.inc
|
|
inherit setuptools3
|
|
|
|
do_install_append() {
|
|
mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
|
|
}
|