diff options
author | Mike Crowe <mac@mcrowe.com> | 2018-01-06 20:09:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-07 14:05:39 +0000 |
commit | cc239623b9bd185a22a292464d31d42fd0271e65 (patch) | |
tree | 5aa0e902c80ebd1dfd37c0adfe62d24702bac457 /meta/recipes-support | |
parent | 29fde69fd9d2294472fd3825dfbfdfb733e912ad (diff) | |
download | poky-cc239623b9bd185a22a292464d31d42fd0271e65.tar.gz |
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.
(From OE-Core rev: 24ff3202f9177bc9f2186404ca7abda01d09580f)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libical/libical_2.0.0.bb | 2 |
1 files changed, 0 insertions, 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 d4fe868eb4..dcc21cc16e 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 | |||
17 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" |
18 | 18 | ||
19 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
20 | |||
21 | FILES_${PN}-dev += "${libdir}/cmake/*" | ||