Hi Leonid,
Thanks for your answer.
I did it but a bit differently.
On my dey-image-tiny, I added the beecrypt package to the IMAGE_INSTALL, then bitbake this image.
After flashing the target with this new image, I found under /usr/lib directory these two shared libraries:
libbeecrypt.so.7 & libbeecrypt.so.7.0.0 .
I took the libbeecrypt.so.7, renamed it to libbeecrypt.so and put it in the cross compile toolchain under:
/opt/dey/2.2-r3/sysroots/cortexa7hf-neon-dey-linux-gnueabi/usr/lib/
It worked, because I have no more the error telling that the linker real-ld couldn't find -lbeecrypt .
Regards.
YC