From b1ccba562459c50f1b2d357b93425c9b6bcc8227 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 29 Oct 2021 11:42:39 +0200 Subject: [PATCH] python3-pybind11: update to 2.8.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pybind11_2.7.0.bb => python3-pybind11_2.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pybind11_2.7.0.bb => python3-pybind11_2.8.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb rename to meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb index 348af6ec9f..e954dbfb26 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/pybind/pybind11.git \ file://0001-Do-not-strip-binaries.patch \ file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ " -SRCREV = "65e95ea8675ea34bdd566d6461330f25c651e5a8" +SRCREV = "f7b499615e14d70ab098a20deb0cdb3889998a1a" S = "${WORKDIR}/git"