Hello,
you are right, after upstream commit
7389cb451caf74485aee89dc0a6174c68af0de74

this is not required anymore.
Since this patch is going into master, I can drop this, and I'll leave this
comment in case somebody tries this to rocko or older.

In case of this error:
ERROR: websocketpp-0.7.0-r0 do_package: QA Issue: websocketpp:
Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/cmake
  /usr/lib/cmake/websocketpp
  /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake
  /usr/lib/cmake/websocketpp/websocketpp-config.cmake
Please set FILES such that these items are packaged. Alternatively if they
are unneeded, avoid installing them or delete them within do_install.
websocketpp: 5 installed and not shipped files. [installed-vs-shipped]


just add this line on the bb file
FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake"

G.

2018-04-19 16:42 GMT+02:00 Burton, Ross <[email protected]>:

> On 19 April 2018 at 15:17, Gianfranco Costamagna
> <[email protected]> wrote:
> > +FILES_${PN}-dev += "${libdir}/cmake"
>
> cmake.bbclass does this:
>
> FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake"
>
> So this is not required.
>
> Ross
>
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to