summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-03-08 18:50:02 -0600
committerSaul Wold <sgw@linux.intel.com>2011-03-10 21:43:03 -0800
commitc9665173928373227e2a84424eaca2271310e9dc (patch)
tree219593227c8755028f19541e20ebcf6a3a9c70c1 /meta/recipes-devtools
parent1b774773ac027cfe07c6c762abcef2bb398459aa (diff)
downloadpoky-c9665173928373227e2a84424eaca2271310e9dc.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')
-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 e8c901131e..04c70c0e4f 100644
--- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
@@ -1,4 +1,5 @@
1PACKAGES = "\ 1PACKAGES = "\
2 ${PN}-dbg \
2 libstdc++ \ 3 libstdc++ \
3 libstdc++-precompile-dev \ 4 libstdc++-precompile-dev \
4 libstdc++-dev \ 5 libstdc++-dev \
@@ -11,6 +12,8 @@ PACKAGES = "\
11 libmudflap \ 12 libmudflap \
12 libmudflap-dev \ 13 libmudflap-dev \
13" 14"
15# The base package doesn't exist, so we clear the recommends.
16RRECOMMENDS_${PN}-dbg = ""
14 17
15FILES_libg2c = "${target_libdir}/libg2c.so.*" 18FILES_libg2c = "${target_libdir}/libg2c.so.*"
16FILES_libg2c-dev = "\ 19FILES_libg2c-dev = "\