aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-02-18 22:53:38 +0000
committerKhem Raj <raj.khem@gmail.com>2010-02-19 09:55:31 -0800
commit0a831e2cd1c27d30cd76ddada9a44a703ab60f41 (patch)
tree283124efc6fc0fa04d04883f5dacab3418266c5c /recipes/eglibc/eglibc.inc
parenteb0440f81bad74154588c761036bd3504161be14 (diff)
downloadopenembedded-0a831e2cd1c27d30cd76ddada9a44a703ab60f41.tar.gz
eglibc: unbash ldd and add libpthread_nonshared.a to -dev
* replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash anymore. Tested with busybox sh. * added to do_configure_prepend because do_patch is only a python function * add libpthread_nonshared.a to eglibc-dev. Now it's possible to compile multithreaded applications on the device. Signed-off-by: Thomas Zimmermann <ml@vdm-design.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc.inc')
-rw-r--r--recipes/eglibc/eglibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index 356b838adb..5c06ae6160 100644
--- a/recipes/eglibc/eglibc.inc
+++ b/recipes/eglibc/eglibc.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home"
SECTION = "libs"
PRIORITY = "required"
LICENSE = "LGPL"
-INC_PR = "r8"
+INC_PR = "r9"
# nptl needs unwind support in gcc, which can't be built without glibc.
DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
#this leads to circular deps, so lets not add it yet