[OE-core] [PATCH] libc-common: Apply Debian-naming to libc debug symbols too

Koen Kooi koen at dominion.thruhere.net
Fri Mar 16 19:39:00 UTC 2012


Op 16 mrt. 2012, om 17:32 heeft Mike Crowe het volgende geschreven:

> 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')
> }

Missing PR bump and broken upgrade path.



More information about the Openembedded-core mailing list