gcc-runtime: Fix dbg files

In order to debug certain C++ items, you need the helper python
components.  These components should live in the -dbg package, ensure
they are added to the recipe.

(From OE-Core rev: 285fbd8a206eee061e27f37430499fcbe1e7284d)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2011-03-10 17:52:20 -06:00 committed by Richard Purdie
parent c180383885
commit 84b877ba36
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,11 @@ PACKAGES = "\
# The base package doesn't exist, so we clear the recommends.
RRECOMMENDS_${PN}-dbg = ""
# include python debugging scripts
FILES_${PN}-dbg += "\
${libdir}/libstdc++.so.*-gdb.py \
${datadir}/gcc-${PV}/python/libstdcxx"
FILES_libg2c = "${target_libdir}/libg2c.so.*"
FILES_libg2c-dev = "\
${libdir}/libg2c.so \

View File

@ -1,4 +1,4 @@
PR = "r3"
PR = "r4"
require gcc-${PV}.inc
require gcc-configure-runtime.inc