summaryrefslogtreecommitdiffstats
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:57 +0100
commitca7fd1485b80667e078ae77f9a9ac294ca978524 (patch)
treef90b3f531718ff3c6d7a161f457057dc84bf2c7c /meta/recipes-core/eglibc/eglibc_2.12.bb
parent13bc4eb6f3c237c6a4bb86285d97fdbca6012688 (diff)
downloadpoky-ca7fd1485b80667e078ae77f9a9ac294ca978524.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. (From OE-Core rev: b41a9d1b536ffef5f86dac40f34b44db463a1038) 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
2 2
3DEPENDS += "gperf-native" 3DEPENDS += "gperf-native"
4FILESPATHPKG =. "eglibc-svn:" 4FILESPATHPKG =. "eglibc-svn:"
5PR = "r13" 5PR = "r14"
6 6
7SRCREV = "11982" 7SRCREV = "11982"
8 8