diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/conf | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz |
meta: Drop now pointless manual -dbg packaging
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg
isn't needed in most cases, we can remove them.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3491b123e2..cec4110971 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -300,13 +300,7 @@ FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a ${libdir}/${BPN}/*.a" | |||
300 | SECTION_${PN}-staticdev = "devel" | 300 | SECTION_${PN}-staticdev = "devel" |
301 | RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" | 301 | RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" |
302 | 302 | ||
303 | DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ | 303 | FILES_${PN}-dbg = "/usr/lib/debug /usr/src/debug" |
304 | ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${BPN}/.debug \ | ||
305 | ${libdir}/matchbox-panel/.debug ${libexecdir}/${BPN}/.debug /usr/src/debug" | ||
306 | |||
307 | DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug" | ||
308 | |||
309 | FILES_${PN}-dbg = "${@d.getVar(['DOTDEBUG-dbg', 'DEBUGFILEDIRECTORY-dbg'][d.getVar('PACKAGE_DEBUG_SPLIT_STYLE', True) == 'debug-file-directory'], True)}" | ||
310 | 304 | ||
311 | SECTION_${PN}-dbg = "devel" | 305 | SECTION_${PN}-dbg = "devel" |
312 | ALLOW_EMPTY_${PN}-dbg = "1" | 306 | ALLOW_EMPTY_${PN}-dbg = "1" |