hello all.

I have added 2 packages, one is lib, and the other is bin.

the lib will generate 2 files:
        libx.so.1.0.1
        libx.so -> libx.so.1.0.1
the latter linked to the other one.

the bin package will link to the libx.so.

compile/install are all OK, but when populate rootfs, I got error:
error: Failed dependencies:
|       libx.so is needed by bin......

after checked the rpm, the libx.so is located in libx-dev, but not in
libx.

what is the right way to resolve this problem?




-- 
Yi Qingliang
niqingli...@insigma.com.cn
http://niqingliang2003.wordpress.com


_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to