[Openembedded-users] how to break runtime dependency into sub package
Arunkumar Dhananjayan
arunkd13 at gmail.com
Fri Jul 9 12:49:57 UTC 2010
Hi All,
I have a library which uses the 'check' unit testing library. The recipe
used to build that library is called libXXX_*.bb. The unit test binaries are
put into a separate package called libXXX-test_*.ipk. The library itself is
retained in the default package called libXXX_*.ipk.
I only specify IMAGE_INSTALL += libXXX in the image recipe. But still, it
pulls in the check unit testing library, although the libXXX-test package is
not pulled in into the image.
Can some one throw some light on what could be happening? Am I doing
something wrong here?
thanks,
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20100709/1b7ca9c0/attachment-0002.html>
More information about the Openembedded-users
mailing list