All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eglibc:
@ 2010-02-12 13:05 Thomas Zimmermann
  2010-02-12 13:08 ` Petr Štetiar
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Thomas Zimmermann @ 2010-02-12 13:05 UTC (permalink / raw)
  To: openembedded-devel

* ldd has shebang #!/bin/bash: so add bash RDEPNDS
* add libpthread_nonshared.a to eglibc-dev, needed for building
  multithreaded apps on the device
---
 recipes/eglibc/eglibc-package.bbclass |    3 ++-
 recipes/eglibc/eglibc.inc             |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/eglibc/eglibc-package.bbclass b/recipes/eglibc/eglibc-package.bbclass
index fcaba47..7187363 100644
--- a/recipes/eglibc/eglibc-package.bbclass
+++ b/recipes/eglibc/eglibc-package.bbclass
@@ -45,10 +45,11 @@ libc_baselibs = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so ${ba
 
 FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig', '', d)}"
 FILES_ldd = "${bindir}/ldd"
+RDEPENDS_ldd = "bash"
 FILES_libsegfault = "${base_libdir}/libSegFault*"
 FILES_eglibc-extra-nss = "${base_libdir}/libnss*"
 FILES_sln = "/sbin/sln"
-FILES_eglibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen ${libdir}/libc_nonshared.a"
+FILES_eglibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen ${libdir}/libc_nonshared.a ${libdir}/libpthread_nonshared.a"
 FILES_nscd = "${sbindir}/nscd*"
 FILES_eglibc-utils = "${bindir}/* ${sbindir}/*"
 FILES_eglibc-gconv = "${libdir}/gconv/*"
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index 356b838..5c06ae6 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
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-02-19 17:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 13:05 [PATCH] eglibc: Thomas Zimmermann
2010-02-12 13:08 ` Petr Štetiar
2010-02-12 13:21   ` [PATCH] eglibc: small packaging fixes Thomas Zimmermann
2010-02-12 20:18 ` [PATCH] eglibc: Khem Raj
2010-02-14 22:33 ` Florian Boor
2010-02-14 22:37   ` Koen Kooi
2010-02-19  0:28     ` Khem Raj
2010-02-19  7:32       ` Thomas Zimmermann
2010-02-19 17:54         ` Khem Raj
2010-02-19  8:53 ` [PATCH] eglibc: unbash ldd and add libpthread_nonshared.a to -dev Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.