From 84b877ba360a49ce710ed652e67b1c019628b4c5 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 10 Mar 2011 17:52:20 -0600 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-package-runtime.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-package-runtime.inc') diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc index 04c70c0e4f..51483f9980 100644 --- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc @@ -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 \ -- cgit v1.2.3-54-g00ecf