[oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

Gianfranco Costamagna costamagna.gianfranco at gmail.com
Thu Apr 19 15:48:10 UTC 2018


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 <ross.burton at intel.com>:

> On 19 April 2018 at 15:17, Gianfranco Costamagna
> <costamagna.gianfranco at gmail.com> wrote:
> > +FILES_${PN}-dev += "${libdir}/cmake"
>
> cmake.bbclass does this:
>
> FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake"
>
> So this is not required.
>
> Ross
>



More information about the Openembedded-devel mailing list