All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libc-common: Apply Debian-naming to libc debug symbols too
@ 2012-03-16 16:32 Mike Crowe
  2012-03-16 19:39 ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Crowe @ 2012-03-16 16:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mike Crowe

The magic in rootfs_ipk.bbclass expects to generate debug package
names by just appending '-dbg'. This breaks for eglibc because whilst
the binary package has been renamed to libc6 the debug package is
still called libc-dbg. This patch ensures that the debug package is
renamed too.
---
 meta/classes/libc-common.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/libc-common.bbclass b/meta/classes/libc-common.bbclass
index 962f205..d0c1ab4 100644
--- a/meta/classes/libc-common.bbclass
+++ b/meta/classes/libc-common.bbclass
@@ -27,4 +27,5 @@ python populate_packages_prepend () {
 		bpn = d.getVar('BPN', True)
 		d.setVar('PKG_'+bpn, 'libc6')
 		d.setVar('PKG_'+bpn+'-dev', 'libc6-dev')
+		d.setVar('PKG_'+bpn+'-dbg', 'libc6-dbg')
 }
-- 
1.7.9




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-20 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 16:32 [PATCH] libc-common: Apply Debian-naming to libc debug symbols too Mike Crowe
2012-03-16 19:39 ` Koen Kooi
2012-03-19 11:52   ` Mike Crowe
2012-03-19 11:59     ` Koen Kooi
2012-03-19 13:37       ` Mike Crowe
2012-03-20 17:27         ` Mike Crowe
2012-03-19 12:03     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.