The main opencv recipe in meta-oe has PACKAGECONFIG[openvino] that uses openvino-inference-engine-initial as the build dependency, some subpackages of opencv has runtime dependency on this package.
Make sure the runtime dependency correctly points to the main openvino-inference-engine. This bbappend is specific to meta-intel, as meta-oe can't know the SO version of libopenvino.so. Signed-off-by: Zoltán Böszörményi <[email protected]> --- .../recipes-support/opencv/opencv_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend new file mode 100644 index 00000000..6e61c6b5 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend @@ -0,0 +1,3 @@ +OPENVINO_LIBVER = "2230" + +ASSUME_SHLIBS = "libopenvino.so.${OPENVINO_LIBVER}:openvino-inference-engine" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7887): https://lists.yoctoproject.org/g/meta-intel/message/7887 Mute This Topic: https://lists.yoctoproject.org/mt/97798973/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
