mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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:
committed by
Richard Purdie
parent
5fb8fea922
commit
f1f3716776
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user