aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2011-07-13 10:03:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-13 12:08:18 +0100
commit585e46e089e8863c8970a9c7c02159805e3e479a (patch)
treeff7940ca3001f13ccb6978cd99a57f0d3ea0779f /meta/recipes-core/eglibc/eglibc_2.13.bb
parent1ec48876d36a415fcd5816c1e4de17f8794b367b (diff)
downloadopenembedded-core-contrib-585e46e089e8863c8970a9c7c02159805e3e479a.tar.gz
eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same
Previously, libnss_hesiod et al. could get swallowed by the wildcarded glob in ${PN}-dev. Fix it by moving eglibc-extra-nss earlier in the PACKAGES and adjusting its FILES to ensure that the devel symlinks don't get caught. 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 be65787a9b..ec88d9dbfe 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -4,7 +4,7 @@ SRCREV = "14157"
DEPENDS += "gperf-native"
FILESPATHPKG =. "eglibc-svn:"
-PR = "r6"
+PR = "r7"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"