diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-15 18:01:10 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-15 18:02:55 -0800 |
commit | 17fe732b3712c4eb0824a2503da44be939921f21 (patch) | |
tree | c0a2f2e16f061c6b854a217b09d0803101738522 | |
parent | eec66cdff9d566c508778018938aad80b9563263 (diff) |
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@gmail.com>
-rw-r--r-- | 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 2045007e72..7779313da6 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" |