summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-12-15 16:32:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:18 +0000
commitf1f3716776078d68bd9e3734bca881a486dc2ea3 (patch)
treea4a30400073a5fdc1c30a8bf4fc63a499158e68a /meta/recipes-extended
parent5fb8fea922f6b0711e1fe84adb35db114e41da87 (diff)
downloadpoky-f1f3716776078d68bd9e3734bca881a486dc2ea3.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb
index 2011487f50..78a2d5186e 100644
--- a/meta/recipes-extended/libsolv/libsolv_git.bb
+++ b/meta/recipes-extended/libsolv/libsolv_git.bb
@@ -18,11 +18,10 @@ inherit cmake
18 18
19EXTRA_OECMAKE = "-DLIB=${baselib}" 19EXTRA_OECMAKE = "-DLIB=${baselib}"
20 20
21PACKAGES =+ "${PN}-tools ${PN}ext ${PN}ext-dbg" 21PACKAGES =+ "${PN}-tools ${PN}ext"
22 22
23FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" 23FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake"
24FILES_${PN}-tools = "${bindir}/*" 24FILES_${PN}-tools = "${bindir}/*"
25FILES_${PN}ext = "${libdir}/${PN}ext.so.*" 25FILES_${PN}ext = "${libdir}/${PN}ext.so.*"
26FILES_${PN}ext-dbg = "${libdir}/.debug/${PN}ext.so.*"
27 26
28BBCLASSEXTEND =+ "native nativesdk" 27BBCLASSEXTEND =+ "native nativesdk"