[oe-commits] Khem Raj : eglibc: Add libc_nonshared.a to FILE list in eglibc-dev.

git version control git at git.openembedded.org
Mon Dec 21 07:47:07 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 237917b03120fbd49a5bcb9967dce8ae815cdf5d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=237917b03120fbd49a5bcb9967dce8ae815cdf5d

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Dec 19 08:19:01 2009 -0800

eglibc: Add libc_nonshared.a to FILE list in eglibc-dev.

* This file is an essential one even for shared linking so
  once one installs libc6-dev package he expects the linking
  to work which will not happen without this file as some
  start up files refer to functions in this library therefore
  package this file in eglibc-dev

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Holger Hans Peter Freyther <zecke at selfish.org>

---

 recipes/eglibc/eglibc-package.bbclass |    2 +-
 recipes/eglibc/eglibc.inc             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/eglibc/eglibc-package.bbclass b/recipes/eglibc/eglibc-package.bbclass
index 27437f6..fcaba47 100644
--- a/recipes/eglibc/eglibc-package.bbclass
+++ b/recipes/eglibc/eglibc-package.bbclass
@@ -48,7 +48,7 @@ FILES_ldd = "${bindir}/ldd"
 FILES_libsegfault = "${base_libdir}/libSegFault*"
 FILES_eglibc-extra-nss = "${base_libdir}/libnss*"
 FILES_sln = "/sbin/sln"
-FILES_eglibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen"
+FILES_eglibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen ${libdir}/libc_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 1b655e1..356b838 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 = "r7"
+INC_PR = "r8"
 # 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





More information about the Openembedded-commits mailing list