into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/20 01:02:45-05:00 handhelds.org!kergoth
uclibc_cvs: include librt in the uclibc package.
2005/01/20 00:13:06-05:00 handhelds.org!kergoth
Now that packaging is one coherent whole, there's no reason to keep the
'build' task flagged as nostamp. Removing that will make bitbake skip
packages that you've already built quite a bit faster than it does today.
BKrev: 41ef5248d9nHZI7DoQf5eHhkD3XiOQ
addtask build after do_populate_staging
do_build = ""
-do_build[nostamp] = "1"
do_build[func] = "1"
# Functions that update metadata based on files outputted
PRIORITY = "required"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
PV = "0.0cvs${CVSDATE}"
-PR = "r6"
+PR = "r7"
DEFAULT_PREFERENCE = "1"
#
/lib/libuClibc*.so* /lib/ld*.so* \
/lib/libc*.so* /lib/libdl*.so* \
/lib/libm*.so* /lib/libutil*.so* \
- /lib/libpthread*.so*"
+ /lib/libpthread*.so* /lib/librt*.so*"
FILES_${PN} = "${sysconfdir} ${uclibc_baselibs} /sbin/ldconfig \
${libexecdir} ${datadir}/zoneinfo ${libdir}/locale"
FILES_ldd = "${bindir}/ldd"