* 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>
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
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"