]> code.ossystems Code Review - openembedded-core.git/commitdiff
libproxy: Rely on cmake.bbclass to put cmake package files in dev package
authorMike Crowe <mac@mcrowe.com>
Sat, 6 Jan 2018 20:09:03 +0000 (20:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 12:28:30 +0000 (12:28 +0000)
cmake.bbclass now ensures that ${datadir}/cmake ends up in the dev package,
so this recipe doesn't need to do so itself.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libproxy/libproxy_0.4.15.bb

index 9a687df976c3e2e2640bc7ba7dac0a9b2bdff69f..991c9d83208f36c3b4088f53d34ce5dd4f0b77bd 100644 (file)
@@ -34,4 +34,3 @@ EXTRA_OECMAKE += " \
 SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"
 
 FILES_${PN} += "${libdir}/${BPN}/${PV}/modules"
-FILES_${PN}-dev += "${datadir}/cmake"