summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.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.13.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.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 398da69e4b..c77bf3c500 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -4,7 +4,7 @@ SRCREV = "13356"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6FILESPATHPKG =. "eglibc-svn:" 6FILESPATHPKG =. "eglibc-svn:"
7PR = "r0" 7PR = "r1"
8PR_append = "+svnr${SRCPV}" 8PR_append = "+svnr${SRCPV}"
9 9
10EGLIBC_BRANCH="eglibc-2_13" 10EGLIBC_BRANCH="eglibc-2_13"