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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2015-12-15 16:32:43 +00:00
committed by Richard Purdie
parent 5fb8fea922
commit f1f3716776

View File

@@ -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"