diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-03-08 18:50:02 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-10 18:14:24 -0800 |
commit | 2c52b652bf00c440d04ff9d3e6423934143e49d6 (patch) | |
tree | 14d8eae6ca0bd75e871d882aa56b8e094b211c47 /meta/recipes-devtools | |
parent | 360f082b97ff25b715d0316118ec480f691c6fe0 (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-runtime.inc | 3 |
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 @@ | |||
1 | PACKAGES = "\ | 1 | PACKAGES = "\ |
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. | ||
16 | RRECOMMENDS_${PN}-dbg = "" | ||
14 | 17 | ||
15 | FILES_libg2c = "${target_libdir}/libg2c.so.*" | 18 | FILES_libg2c = "${target_libdir}/libg2c.so.*" |
16 | FILES_libg2c-dev = "\ | 19 | FILES_libg2c-dev = "\ |