I am trying to install opencv by using the meta-oe layer on the kirkstone branch. For that I just added in my recipe INSTALL += "opencv". Building with bitbake runs fine, but when I try to include opencv in cmake with find_package I am struggling with an third-party issue: /usr/lib/cmake/opencv4/OpenCVModules.cmake:405 (message): The imported target "correspondence" references the file, sysroots/cortexa57-poky-linux/usr/lib/opencv4/3rdparty/libcorrespondence.a" In my sdk there is actually no 3rdparty directory. I tried to add some libs like: INSTALL += "opencv libopencv-core libopencv-imgproc" but no success. If any has an idea what I am doing wrong, that would be cool.. Thanks
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60572): https://lists.yoctoproject.org/g/yocto/message/60572 Mute This Topic: https://lists.yoctoproject.org/mt/100127880/21656 Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone Mute #opencv:https://lists.yoctoproject.org/g/yocto/mutehashtag/opencv Mute #cmake:https://lists.yoctoproject.org/g/yocto/mutehashtag/cmake Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
