* opencv_2.2.bb recipe doesn't install libopencv_core.so
@ 2011-04-21 1:54 James Sarrett
2011-04-21 2:02 ` Chris Larson
0 siblings, 1 reply; 2+ messages in thread
From: James Sarrett @ 2011-04-21 1:54 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: opencv_2.2.bb recipe doesn't install libopencv_core.so
2011-04-21 1:54 opencv_2.2.bb recipe doesn't install libopencv_core.so James Sarrett
@ 2011-04-21 2:02 ` Chris Larson
0 siblings, 0 replies; 2+ messages in thread
From: Chris Larson @ 2011-04-21 2:02 UTC (permalink / raw)
To: openembedded-devel
On Wed, Apr 20, 2011 at 6:54 PM, James Sarrett
<jsarrett@appliedminds.com> wrote:
> 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.).
Install the libopencv-dev package on the target if you want to build
against it...
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-21 2:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21 1:54 opencv_2.2.bb recipe doesn't install libopencv_core.so James Sarrett
2011-04-21 2:02 ` Chris Larson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.