mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00: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 \
|
|
"
|