Hi, > I see netcope-common provides a pkg-config file, that's great. > However it's a bit broken at the moment: > > Name: netcope-common > Version: 6.3.0 > Description: Common software package for NetCOPE platform > Libs: -L${libdir} > Cflags: -I${includedir} > > There is no linker flag, and Libs.private is missing. It should have: > > Libs: -L${libdir} -lnfb > Libs.private: -lfdt > > Could you please get it fixed?
We are preparing a release of netcope-common, which will include fixed pkg-config file. > > This will not work - the pkg-config filename is netcope-common.pc, not > libnfb.pc. The convention would be to rename the pkg-config file to > libnfb.pc, but if you want to keep the current name then all pkg-config > calls in this patch need to be updated. The first proposal on this issue, which this patch version is based upon, was to add a new "libnfb.pc" pkg-config file to netcope-common. This might be finalized either as a fix in netcope-common.pc or a separate libnfb.pc being shipped. Once this decision is made, we will address it appropriately in the patch. Best regards, Jan Remes