[oe-commits] [openembedded-core] 06/07: libproxy: Rely on cmake.bbclass to put cmake package files in dev package

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 14:06:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit bb70e05e709d1e1bb1e2a490d1de244fba703f54
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Sat Jan 6 20:09:03 2018 +0000

    libproxy: Rely on cmake.bbclass to put cmake package files in dev package
    
    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 at mcrowe.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libproxy/libproxy_0.4.15.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/libproxy/libproxy_0.4.15.bb b/meta/recipes-support/libproxy/libproxy_0.4.15.bb
index 9a687df..991c9d8 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.15.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.15.bb
@@ -34,4 +34,3 @@ EXTRA_OECMAKE += " \
 SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"
 
 FILES_${PN} += "${libdir}/${BPN}/${PV}/modules"
-FILES_${PN}-dev += "${datadir}/cmake"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list