Merge pull request #426 from stgloorious/stgloor/setuptools-pr

recipes/devtools: replace distutils3*.bbclass with setuptools3*.bbclass
This commit is contained in:
Marek Belisko 2024-12-10 08:35:02 +01:00 committed by GitHub
commit c877916982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ SRC_URI = "https://pypi.python.org/packages/source/p/pyA20/pyA20-${PV}.tar.gz \
" "
S = "${WORKDIR}/pyA20-${PV}" S = "${WORKDIR}/pyA20-${PV}"
inherit distutils3 inherit setuptools3
do_compile:prepend() { do_compile:prepend() {
cp ${UNPACKDIR}/mapping.h ${S}/pyA20/gpio/mapping.h cp ${UNPACKDIR}/mapping.h ${S}/pyA20/gpio/mapping.h