mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
Since the following commit applied in oe-core ... 21f0c5a distutils/setuptools, distutils3/setuptools3: improve reproducibility ... It unified var-DISTUTILS_INSTALL_ARGS in distutils and setuptools, so clean up the duplicated var-DISTUTILS_INSTALL_ARGS in each recipe. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
151 B
BlitzBasic
10 lines
151 B
BlitzBasic
require python-distutils-extra.inc
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/python-distutils-extra-${PV}"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
python3-setuptools \
|
|
"
|