From 65e67f01e0318f8de7d69396c107920321474c12 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 31 Oct 2022 15:40:39 +0800 Subject: [PATCH] openvino-inference-engine: update pybind11 Update pybind11 SRCREV to fetch latest release tag to resolve build issues with Python 3.11. Fixes: | openvino-inference-engine/2022.2.0-r0/git/src/bindings/python/thirdparty/pybind11/include/pybind11/pybind11.h:2239:52: error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'} | 2239 | if (frame != nullptr && (std::string) str(frame->f_code->co_name) == name | | ^~ | openvino-inference-engine/2022.2.0-r0/recipe-sysroot/usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of 'PyFrameObject' {aka 'struct _frame'} | 22 | typedef struct _frame PyFrameObject; | | ^~~~~~ Signed-off-by: Anuj Mittal --- .../opencv/openvino-inference-engine_2022.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.2.0.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.2.0.bb index 71c45082..2853100e 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.2.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.2.0.bb @@ -24,7 +24,7 @@ SRCREV = "af16ea1d79a494503a54cff67a2856094e447931" SRCREV_mkl = "2a749c577f8a841a396d4bd46eaf311b7e7dc089" SRCREV_onednn = "efbf9b5e8c12666314f3484ce279cee0a1a91a44" SRCREV_xbyak = "8d1e41b650890080fb77548372b6236bbd4079f9" -SRCREV_pybind11 = "d71ba0cb73616c493d35699a8a9283aa64ef0f6b" +SRCREV_pybind11 = "aa304c9c7d725ffb9d10af08a3b34cb372307020" SRCREV_json = "fec56a1a16c6e1c1b1f4e116a20e79398282626c" SRCREV_jsonschema = "b1ef8628326cf0b53612f12784fd245e5e4382f1" SRCREV_omz = "1919ae9d42c19d8f3bafc2417256ab3a67b6db79"