mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
meta-oe: Use setuptools3-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1bdbdf3a7e
commit
1d2da22e77
|
|
@ -9,7 +9,7 @@ PV = "1.3"
|
||||||
|
|
||||||
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
||||||
|
|
||||||
inherit distutils3-base
|
inherit setuptools3-base
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||||
|
|
||||||
DEPENDS = "cracklib virtual/gettext"
|
DEPENDS = "cracklib virtual/gettext"
|
||||||
|
|
||||||
inherit autotools distutils3-base gettext
|
inherit autotools setuptools3-base gettext
|
||||||
|
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
|
||||||
# CMakeLists.txt checks the architecture, only x86 and ARM supported for now
|
# CMakeLists.txt checks the architecture, only x86 and ARM supported for now
|
||||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
|
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
|
||||||
|
|
||||||
inherit cmake distutils3-base
|
inherit cmake setuptools3-base
|
||||||
|
|
||||||
DEPENDS += "json-c"
|
DEPENDS += "json-c"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
|
||||||
# Depends on mraa which only supports x86 and ARM for now
|
# Depends on mraa which only supports x86 and ARM for now
|
||||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
|
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"
|
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
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 += "dnf python3 "
|
||||||
#DEPENDS:class-nativesdk += "nativesdk-python3"
|
#DEPENDS:class-nativesdk += "nativesdk-python3"
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,"
|
||||||
|
|
||||||
inherit pkgconfig cmake
|
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)}
|
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d)}
|
||||||
|
|
||||||
export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
|
export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ SRC_URI = "https://performancecopilot.jfrog.io/artifactory/pcp-source-release/pc
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "589a610f753a49af6d2015cede87e9d469bd07880ebef26fe1607b6ded375e97"
|
SRC_URI[sha256sum] = "589a610f753a49af6d2015cede87e9d469bd07880ebef26fe1607b6ded375e97"
|
||||||
|
|
||||||
inherit distutils3-base pkgconfig autotools
|
inherit setuptools3-base pkgconfig autotools
|
||||||
|
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user