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: lucaceresoli/bug-15201-perf-libtraceevent-missing~19158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f260aae265c682e404b0e89615fb6ef5b76601;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e216921ea4c..78972e5fedf 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.*"