Skip to content

Commit cc7550e

Browse files
committed
python3-pybind11: Remove the Boost dependency
Boost is an optional dependency and it is only used in tests which are disabled by default in this recipe. References: https://github.com/pybind/pybind11/blob/master/tests/CMakeLists.txt#L325 Moreover, the Boost is an enormously large and complex suite of utility libraries that cost the filesystem memory footprint of Embedded devices. Signed-off-by: Christian Ege <[email protected]> Signed-off-by: Pratik Manvar <[email protected]>
1 parent 8609de0 commit cc7550e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ HOMEPAGE = "https://github.com/wjakob/pybind11"
33
LICENSE = "BSD-2-Clause"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
55

6-
DEPENDS = "boost"
7-
86
SRC_URI = "git://github.com/pybind/pybind11.git;branch=master;protocol=https \
97
file://0001-Do-not-strip-binaries.patch \
108
file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \

0 commit comments

Comments
 (0)