On Tue, 04 Oct 2016 19:47:58 Dinh Nguyen wrote:
> The c-mlib.bb below has the packages var as
> PACKAGES =+ "${PN}” I also tried PACKAGES = "${PN}” 

PACKAGES = "${PN}" should work (or use bitbake -e recipename | less, search 
for ^PACKAGES= (with /) and look through the history to see why not).

However, if you do make that work I suspect you'll probably hit other 
warnings/errors due to unpackaged files or other issues. I guess you are 
trying to work around the fact that you have a non-symlink .so file that you 
want to get into the main ${PN} package, is that correct?

Cheers,
Paul 

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to