[oe-commits] Ross Burton : bitbake.conf: automatically add libexecdir/BPN/ .debug to -dbg

git at git.openembedded.org git at git.openembedded.org
Thu Jul 3 12:16:45 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5315702163b7d357a251f4cd4152c74a5b410c56
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5315702163b7d357a251f4cd4152c74a5b410c56

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul  1 17:04:41 2014 +0100

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 49b3719..311e9a0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -295,7 +295,7 @@ RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})"
 
 DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \
             ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${BPN}/.debug \
-            ${libdir}/matchbox-panel/.debug /usr/src/debug"
+            ${libdir}/matchbox-panel/.debug ${libexecdir}/${BPN}/.debug /usr/src/debug"
 
 DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug"
 



More information about the Openembedded-commits mailing list