meta-oe: Use setuptools3-base

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-01-12 09:21:34 -08:00
parent 1bdbdf3a7e
commit 1d2da22e77
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ PV = "1.3"
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
inherit distutils3-base
inherit setuptools3-base
S = "${WORKDIR}/git"

View File

@ -18,7 +18,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS = "cracklib virtual/gettext"
inherit autotools distutils3-base gettext
inherit autotools setuptools3-base gettext
B = "${S}"

View File

@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
# CMakeLists.txt checks the architecture, only x86 and ARM supported for now
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
inherit cmake distutils3-base
inherit cmake setuptools3-base
DEPENDS += "json-c"

View File

@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
# Depends on mraa which only supports x86 and ARM for now
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
inherit distutils3-base cmake pkgconfig
inherit setuptools3-base cmake pkgconfig
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"

View File

@ -13,7 +13,7 @@ SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f"
S = "${WORKDIR}/git"
inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg
inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg
DEPENDS += "dnf python3 "
#DEPENDS:class-nativesdk += "nativesdk-python3"

View File

@ -141,7 +141,7 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,"
inherit pkgconfig cmake
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'distutils3-base', '', d)}
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'setuptools3-base', '', d)}
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d)}
export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"

View File

@ -13,7 +13,7 @@ SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/pc
SRC_URI[sha256sum] = "589a610f753a49af6d2015cede87e9d469bd07880ebef26fe1607b6ded375e97"
inherit distutils3-base pkgconfig autotools
inherit setuptools3-base pkgconfig autotools
B = "${S}"