From: Ross Burton Date: Tue, 15 Dec 2015 16:32:43 +0000 (+0000) Subject: meta: more removals of redunant FILES_${PN}-dbg X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f3716776078d68bd9e3734bca881a486dc2ea3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta: more removals of redunant FILES_${PN}-dbg In some recipes overly-split -dbg packages were merged into PN-dbg. Unless there's a very good reason, recipes should have a single -dev and -dbg package. (From OE-Core rev: 6f822a9fd185f479ef86c584b6d91a51b3a24e44) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index 2011487f50c..78a2d5186ea 100644 --- a/meta/recipes-extended/libsolv/libsolv_git.bb +++ b/meta/recipes-extended/libsolv/libsolv_git.bb @@ -18,11 +18,10 @@ inherit cmake EXTRA_OECMAKE = "-DLIB=${baselib}" -PACKAGES =+ "${PN}-tools ${PN}ext ${PN}ext-dbg" +PACKAGES =+ "${PN}-tools ${PN}ext" FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" FILES_${PN}-tools = "${bindir}/*" FILES_${PN}ext = "${libdir}/${PN}ext.so.*" -FILES_${PN}ext-dbg = "${libdir}/.debug/${PN}ext.so.*" BBCLASSEXTEND =+ "native nativesdk"