summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-03-08 18:50:02 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-10 18:14:24 -0800
commit2c52b652bf00c440d04ff9d3e6423934143e49d6 (patch)
tree14d8eae6ca0bd75e871d882aa56b8e094b211c47 /meta/recipes-devtools/gcc
parent360f082b97ff25b715d0316118ec480f691c6fe0 (diff)
downloadast2050-yocto-poky-2c52b652bf00c440d04ff9d3e6423934143e49d6.zip
ast2050-yocto-poky-2c52b652bf00c440d04ff9d3e6423934143e49d6.tar.gz
gcc-runtime: Ensure that gcc-runtime builds a debug package
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. (From OE-Core rev: 724137e50762f190438e8e87d3f0f9edd99ea11d) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-package-runtime.inc3
1 files changed, 3 insertions, 0 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 = "\
OpenPOWER on IntegriCloud