From 7fc427838dde831b2fcea167ab76fc2811d633e0 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 25 Jul 2023 15:09:42 -0400 Subject: [PATCH] python3-pybind11: upgrade 2.10.3 -> 2.11.1 Changelog: https://github.com/pybind/pybind11/releases Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-pybind11_2.10.3.bb => python3-pybind11_2.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pybind11_2.10.3.bb => python3-pybind11_2.11.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.10.3.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pybind11_2.10.3.bb rename to meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb index bb604982d0..d51dd905a5 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.10.3.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb @@ -7,7 +7,7 @@ DEPENDS = "boost" SRC_URI = "git://github.com/pybind/pybind11.git;branch=stable;protocol=https" -SRCREV = "0bd8896a4010f2d91b2340570c24fa08606ec406" +SRCREV = "8a099e44b3d5f85b20f05828d919d2332a8de841" S = "${WORKDIR}/git"