]> code.ossystems Code Review - openembedded-core.git/commit
cmake: Always put cmake package files in -dev packages
authorMike Crowe <mac@mcrowe.com>
Sat, 6 Jan 2018 20:08:58 +0000 (20:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 12:28:30 +0000 (12:28 +0000)
commitd91dc4666683a96e9d03cbbd21b8a546f9069c93
tree1387622b5e040aee56e4c269e45ad9f6b66945bf
parente03cfb5a04e359c0bacb002dc80f3348301445d3
cmake: Always put cmake package files in -dev packages

Various recipes that inherit cmake contain FILES_${PN}-dev magic to add the
generated package files to their -dev packages. Since this is a standard
feature of cmake, we might as well teach cmake.bbclass to do this itself so
those recipes can be simpler.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass