[oe-commits] Chris Larson : bitbake.conf: add ${datadir}/gdb/ autoload to the default paths included in ${PN}-dbg

git version control git at git.openembedded.org
Mon May 24 03:50:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 541b7473f50ddd90d5f02e84339459982f015354
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=541b7473f50ddd90d5f02e84339459982f015354

Author: Chris Larson <chris_larson at mentor.com>
Date:   Sun May 23 20:13:29 2010 -0700

bitbake.conf: add ${datadir}/gdb/autoload to the default paths included in ${PN}-dbg

Some libraries provide gdb autoload script as a debugging aid.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 94998a8..12a5522 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -257,7 +257,7 @@ RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPV})"
 
 FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \
             ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${PN}/.debug \
-            ${libdir}/matchbox-panel/.debug"
+            ${libdir}/matchbox-panel/.debug ${datadir}/gdb/autoload"
 SECTION_${PN}-dbg = "devel"
 ALLOW_EMPTY_${PN}-dbg = "1"
 RRECOMMENDS_${PN}-dbg = "${PN} (= ${EXTENDPV})"





More information about the Openembedded-commits mailing list