[oe] opencv_2.2.bb recipe doesn't install libopencv_core.so

James Sarrett jsarrett at appliedminds.com
Thu Apr 21 01:54:36 UTC 2011


Hi all,

I'm trying to bitbake OpenCV for a BeagleBoard-xM, and having limited 
success.  OpenCV builds and installs fine into /usr/lib, but it doesn't 
create (sym?-)links for the base shared objects.  In other words, after 
install there is a /usr/lib/libopencv_<opencvpart>.so.2.2 but no 
corresponding /usr/lib/libopencv_<opencvpart>.so or .a.  this causes the 
OpenCV samples to fail to build on the target (they install as source) 
because the cflags and libs returned by pkg-config are inconsistent. 
pkg-config assumes no version numbers (-llibopencv_core etc.).

Any help is appreciated,

-James Sarrett




More information about the Openembedded-devel mailing list