diff options
author | Mike Crowe <mac@mcrowe.com> | 2018-01-06 20:08:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-07 14:05:38 +0000 |
commit | 783005fb8bf2dab83d35375044092fa246736f65 (patch) | |
tree | b6df4723904255ad85bd1aa13a51abfb11d50bfc /meta/recipes-extended | |
parent | 7389cb451caf74485aee89dc0a6174c68af0de74 (diff) | |
download | poky-783005fb8bf2dab83d35375044092fa246736f65.tar.gz |
libsolv: 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.
(From OE-Core rev: f8f260aae265c682e404b0e89615fb6ef5b76601)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.6.29.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.29.bb b/meta/recipes-extended/libsolv/libsolv_0.6.29.bb index e216921ea4..78972e5fed 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.6.29.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.6.29.bb | |||
@@ -25,7 +25,6 @@ EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_RPMMD=ON -DENABL | |||
25 | 25 | ||
26 | PACKAGES =+ "${PN}-tools ${PN}ext" | 26 | PACKAGES =+ "${PN}-tools ${PN}ext" |
27 | 27 | ||
28 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" | ||
29 | FILES_${PN}-tools = "${bindir}/*" | 28 | FILES_${PN}-tools = "${bindir}/*" |
30 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" | 29 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" |
31 | 30 | ||