From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 external/poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb (limited to 'external/poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb') diff --git a/external/poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb b/external/poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb new file mode 100644 index 00000000..0dc1ed86 --- /dev/null +++ b/external/poky/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb @@ -0,0 +1,6 @@ +require python-setuptools.inc +inherit setuptools3 + +do_install_append() { + mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install +} -- cgit 1.2.3-korg