]> code.ossystems Code Review - openembedded-core.git/commitdiff
libical: Rely on cmake.bbclass to put cmake package files in dev package
authorMike Crowe <mac@mcrowe.com>
Sat, 6 Jan 2018 20:09:02 +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 ${libdir}/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/libical/libical_2.0.0.bb

index d4fe868eb41f4cb4afd05cc5ead5a8822fcaf9f7..dcc21cc16eea14664eaa93d987d6cdf8c5451f12 100644 (file)
@@ -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/*"