diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb index 13f63b7c62..78662fe3cd 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb | |||
@@ -8,7 +8,10 @@ DEPENDS = "\ | |||
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "8a099e44b3d5f85b20f05828d919d2332a8de841" | 10 | SRCREV = "8a099e44b3d5f85b20f05828d919d2332a8de841" |
11 | SRC_URI = "git://github.com/pybind/pybind11.git;branch=stable;protocol=https" | 11 | SRC_URI = "\ |
12 | git://github.com/pybind/pybind11.git;branch=stable;protocol=https \ | ||
13 | file://0001-Do-not-strip-binaries.patch \ | ||
14 | " | ||
12 | 15 | ||
13 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
14 | 17 | ||