* [PATCH 0/1] Fix debug package generation in gcc-runtime
@ 2011-03-09 23:52 Mark Hatle
2011-03-09 23:52 ` [PATCH 1/1] gcc-runtime: Ensure that gcc-runtime builds a debug package Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Mark Hatle @ 2011-03-09 23:52 UTC (permalink / raw)
To: openembedded-core
The following patch fixes a the -dbg package generation for the gcc-runtime
packages. This is needed to enable debugging of C++ applications.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: mhatle/bernard/fixes
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/bernard/fixes
Thanks,
Mark Hatle <mark.hatle@windriver.com>
---
Mark Hatle (1):
gcc-runtime: Ensure that gcc-runtime builds a debug package
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(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gcc-runtime: Ensure that gcc-runtime builds a debug package
2011-03-09 23:52 [PATCH 0/1] Fix debug package generation in gcc-runtime Mark Hatle
@ 2011-03-09 23:52 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2011-03-09 23:52 UTC (permalink / raw)
To: openembedded-core
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 <mark.hatle@windriver.com>
---
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
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-10 0:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 23:52 [PATCH 0/1] Fix debug package generation in gcc-runtime Mark Hatle
2011-03-09 23:52 ` [PATCH 1/1] gcc-runtime: Ensure that gcc-runtime builds a debug package Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox