bitbake.conf: add ${datadir}/gdb/autoload to the default paths included in ${PN}-dbg
authorChris Larson <chris_larson@mentor.com>
Mon, 24 May 2010 03:13:29 +0000 (20:13 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 24 May 2010 03:36:49 +0000 (20:36 -0700)
Some libraries provide gdb autoload script as a debugging aid.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/bitbake.conf

index 94998a8..12a5522 100644 (file)
@@ -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})"