]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: fix mispackaging of libcidn
authorPhil Blundell <pb@pbcl.net>
Thu, 2 Jun 2011 12:15:05 +0000 (13:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2011 15:05:12 +0000 (16:05 +0100)
commitb41a9d1b536ffef5f86dac40f34b44db463a1038
tree1ec885b1b3ca68d6f2813b5e454dbb9e9231d610
parent3e6b6b0d290c2389e2a84b65cacd447c24309c97
eglibc: fix mispackaging of libcidn

The glob for libc_baselibs was too permissive, causing some of the libcidn
symlinks to be placed in ${PN} rather than the intended subpackage.  Worse,
the .so itself was actually landing in ${PN}-dev, so the net effect was to
make libc6-dev a dependency of libc6.

Bump PRs for both 2.12 and 2.13 as a result.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/eglibc/eglibc_2.12.bb
meta/recipes-core/eglibc/eglibc_2.13.bb