[oe-commits] [openembedded-core] 05/07: libical: 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:56 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 24ff3202f9177bc9f2186404ca7abda01d09580f
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Sat Jan 6 20:09:02 2018 +0000

    libical: Rely on cmake.bbclass to put cmake package files in dev package
    
    cmake.bbclass now ensures that ${libdir}/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/libical/libical_2.0.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/libical/libical_2.0.0.bb b/meta/recipes-support/libical/libical_2.0.0.bb
index d4fe868..dcc21cc 100644
--- a/meta/recipes-support/libical/libical_2.0.0.bb
+++ b/meta/recipes-support/libical/libical_2.0.0.bb
@@ -17,5 +17,3 @@ SRC_URI[sha256sum] = "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf2
 UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
 
 inherit cmake pkgconfig
-
-FILES_${PN}-dev += "${libdir}/cmake/*"

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


More information about the Openembedded-commits mailing list