[oe-commits] Khem Raj : uclibc: Package uclibc_nonshared.a into ulibc-dev.

git version control git at git.openembedded.org
Sat Jan 16 02:02:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 17fe732b3712c4eb0824a2503da44be939921f21
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=17fe732b3712c4eb0824a2503da44be939921f21

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jan 15 18:01:10 2010 -0800

uclibc: Package uclibc_nonshared.a into ulibc-dev.

* uclibc_noshared.a and libpthread_nonshared.a are
  right now packaged into uclibc-static which does
  not get installed along with uclibc-dev. These libraries
  are required on target for native SDK to work.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/uclibc/uclibc.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index 2045007..7779313 100644
--- a/recipes/uclibc/uclibc.inc
+++ b/recipes/uclibc/uclibc.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "C library for embedded systems"
 LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "required"
-INC_PR = "r32"
+INC_PR = "r33"
 #
 # For now, we will skip building of a gcc package if it is a uclibc one
 # and our build is not a uclibc one, and we skip a glibc one if our build
@@ -52,7 +52,7 @@ uclibc_baselibs = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so \
 FILES_${PN} = "${sysconfdir} ${uclibc_baselibs} /sbin/ldconfig \
 	       ${libexecdir} ${datadir}/zoneinfo ${libdir}/locale"
 FILES_ldd = "${bindir}/ldd"
-FILES_uclibc-dev += "${libdir}/*.o"
+FILES_uclibc-dev_append = " ${libdir}/*.o ${libdir}/*_nonshared.a"
 FILES_uclibc-utils = "${bindir} ${sbindir}"
 FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug"
 FILES_uclibc-gconv = "${libdir}/gconv"





More information about the Openembedded-commits mailing list