mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-pybind11: Prune redundant inherit
Inheriting setuptools3 implies the inherit of python3native, so drop the latter inherit as redundant. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
|
||||
|
||||
inherit cmake setuptools3 python3native
|
||||
inherit cmake setuptools3
|
||||
|
||||
PIP_INSTALL_DIST_PATH = "${S}/dist"
|
||||
PIP_INSTALL_PACKAGE = "pybind11"
|
||||
|
||||
Reference in New Issue
Block a user