summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2011-07-13 17:47:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-14 15:12:53 +0100
commit30004ea5a956f0d64cf425aef301c97c7d1b07f0 (patch)
treeaf4a4d427ede09cd4f1817c20bd6df4d469b4f0c /meta/recipes-core/eglibc/eglibc_2.13.bb
parentec3209cd221abc0fcab8a7aeba0fa1201261fd47 (diff)
downloadpoky-30004ea5a956f0d64cf425aef301c97c7d1b07f0.tar.gz
eglibc: fix packaging of thread_db
Similarly to libnss*, if ${libdir} and ${base_libdir} were the same path then libthread_db would land in ${PN}-dev rather than the intended place. As before, fix this by moving eglibc-thread-db earlier in PACKAGES and adjusting its FILES to not capture the .so symlink. Bump PR for both 2.12 and 2.13. (From OE-Core rev: a4824eb8b04c6397e5398c0c4f0428daded8e42e) 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 feaf7ca351..6076ab9b44 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"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6FILESPATHPKG =. "eglibc-svn:" 6FILESPATHPKG =. "eglibc-svn:"
7PR = "r7" 7PR = "r8"
8PR_append = "+svnr${SRCPV}" 8PR_append = "+svnr${SRCPV}"
9 9
10EGLIBC_BRANCH="eglibc-2_13" 10EGLIBC_BRANCH="eglibc-2_13"