diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-15 16:32:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:18 +0000 |
commit | f1f3716776078d68bd9e3734bca881a486dc2ea3 (patch) | |
tree | a4a30400073a5fdc1c30a8bf4fc63a499158e68a /meta | |
parent | 5fb8fea922f6b0711e1fe84adb35db114e41da87 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_git.bb | 3 |
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 | ||
19 | EXTRA_OECMAKE = "-DLIB=${baselib}" | 19 | EXTRA_OECMAKE = "-DLIB=${baselib}" |
20 | 20 | ||
21 | PACKAGES =+ "${PN}-tools ${PN}ext ${PN}ext-dbg" | 21 | PACKAGES =+ "${PN}-tools ${PN}ext" |
22 | 22 | ||
23 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" | 23 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" |
24 | FILES_${PN}-tools = "${bindir}/*" | 24 | FILES_${PN}-tools = "${bindir}/*" |
25 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" | 25 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" |
26 | FILES_${PN}ext-dbg = "${libdir}/.debug/${PN}ext.so.*" | ||
27 | 26 | ||
28 | BBCLASSEXTEND =+ "native nativesdk" | 27 | BBCLASSEXTEND =+ "native nativesdk" |