From: Mike Crowe Date: Sat, 6 Jan 2018 20:08:59 +0000 (+0000) Subject: libsolv: Rely on cmake.bbclass to put cmake package files in dev package X-Git-Tag: uninative-1.8~727 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f8f260aae265c682e404b0e89615fb6ef5b76601;p=openembedded-core.git 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. Signed-off-by: Mike Crowe Signed-off-by: Richard Purdie --- 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 PACKAGES =+ "${PN}-tools ${PN}ext" -FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" FILES_${PN}-tools = "${bindir}/*" FILES_${PN}ext = "${libdir}/${PN}ext.so.*"