diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-01 17:04:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 17:41:17 +0100 |
commit | ab1dce9bd593beff9b85482dda704529766beb6d (patch) | |
tree | 918ce75a244ea78dc3f4ebe7e00a1ed0d0bcc23d | |
parent | cc4916570455b8e5f912c7ec483e220cd1696933 (diff) | |
download | poky-ab1dce9bd593beff9b85482dda704529766beb6d.tar.gz |
bitbake.conf: automatically add libexecdir/BPN/.debug to -dbg
pkglibexecdir is a fairly common location for package-specific binaries (in
automake this is $libexecdir/$PACKAGE), and binaries in there are already
installed to FILES_PN, so add the corresponding .debug directory to
FILES_PN-dbg.
(From OE-Core rev: 4d3ffde4649ed116a1c21afef41f71bfe1d471de)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 49b37196ff..311e9a04c4 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -295,7 +295,7 @@ RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" | |||
295 | 295 | ||
296 | DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ | 296 | DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ |
297 | ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${BPN}/.debug \ | 297 | ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${BPN}/.debug \ |
298 | ${libdir}/matchbox-panel/.debug /usr/src/debug" | 298 | ${libdir}/matchbox-panel/.debug ${libexecdir}/${BPN}/.debug /usr/src/debug" |
299 | 299 | ||
300 | DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug" | 300 | DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug" |
301 | 301 | ||