From patchwork Wed Mar 9 23:52:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] gcc-runtime: Ensure that gcc-runtime builds a debug package Date: Wed, 09 Mar 2011 23:52:43 -0000 From: Mark Hatle X-Patchwork-Id: 1213 Message-Id: <588d20caa2bc31465da4a9df20906310105f8b8c.1299714512.git.mark.hatle@windriver.com> To: The gcc-runtime package will now create the proper dbg package. The RRECOMMENDS change is required to deal with the default. This is documented in bug 824. Signed-off-by: Mark Hatle --- meta/recipes-devtools/gcc/gcc-package-runtime.inc | 3 +++ meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc index e8c9011..04c70c0 100644 --- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc @@ -1,4 +1,5 @@ PACKAGES = "\ + ${PN}-dbg \ libstdc++ \ libstdc++-precompile-dev \ libstdc++-dev \ @@ -11,6 +12,8 @@ PACKAGES = "\ libmudflap \ libmudflap-dev \ " +# The base package doesn't exist, so we clear the recommends. +RRECOMMENDS_${PN}-dbg = "" FILES_libg2c = "${target_libdir}/libg2c.so.*" FILES_libg2c-dev = "\ diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb index 093f9bf..c1e680d 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" require gcc-${PV}.inc require gcc-configure-runtime.inc