mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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 <anuj.mittal@intel.com>
|
||
|---|---|---|
| .. | ||
| clang-layer | ||
| meta-python/recipes-opencv/dldt | ||
| openembedded-layer | ||