Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 20 Jan 2005 06:40:08 +0000 (06:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 20 Jan 2005 06:40:08 +0000 (06:40 +0000)
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

classes/base.bbclass
packages/uclibc/uclibc_cvs.bb

index d80ce30..33d2d7c 100644 (file)
@@ -570,7 +570,6 @@ base_do_package() {
 
 addtask build after do_populate_staging
 do_build = ""
-do_build[nostamp] = "1"
 do_build[func] = "1"
 
 # Functions that update metadata based on files outputted
index b4100b9..4b92e20 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "required"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 PV = "0.0cvs${CVSDATE}"
-PR = "r6"
+PR = "r7"
 DEFAULT_PREFERENCE = "1"
 
 #
@@ -41,7 +41,7 @@ uclibc_baselibs = "/lib/libcrypt*.so* /lib/libdl*.so \
                   /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"