]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsolv: Rely on cmake.bbclass to put cmake package files in dev package
authorMike Crowe <mac@mcrowe.com>
Sat, 6 Jan 2018 20:08:59 +0000 (20:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 12:28:30 +0000 (12:28 +0000)
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@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libsolv/libsolv_0.6.29.bb

index e216921ea4c1d4f5a59d06de3a96d408feac6143..78972e5fedff92ac73cd72f626aa1907c53ab6aa 100644 (file)
@@ -25,7 +25,6 @@ EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_RPMMD=ON -DENABL
 
 PACKAGES =+ "${PN}-tools ${PN}ext"
 
-FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake"
 FILES_${PN}-tools = "${bindir}/*"
 FILES_${PN}ext = "${libdir}/${PN}ext.so.*"