aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-06-02 13:15:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-02 16:05:12 +0100
commitb41a9d1b536ffef5f86dac40f34b44db463a1038 (patch)
tree1ec885b1b3ca68d6f2813b5e454dbb9e9231d610 /meta/recipes-core/eglibc/eglibc_2.12.bb
parent3e6b6b0d290c2389e2a84b65cacd447c24309c97 (diff)
downloadopenembedded-core-contrib-b41a9d1b536ffef5f86dac40f34b44db463a1038.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index 715b873c84..e69cd0f5c8 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -2,7 +2,7 @@ require eglibc.inc
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
-PR = "r13"
+PR = "r14"
SRCREV = "11982"