diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-20 06:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-20 06:40:08 +0000 |
commit | cc0c35e6a20dbb85033efa44f56a2789ecf34ee4 (patch) | |
tree | 5c8cf0b47b00510d088daa678ade699d24071927 | |
parent | 4cc600f1bed1c629bf77ebf1178258ca860bca9b (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
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
-rw-r--r-- | classes/base.bbclass | 1 | ||||
-rw-r--r-- | packages/uclibc/uclibc_cvs.bb | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass index d80ce3010b..33d2d7c171 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -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 diff --git a/packages/uclibc/uclibc_cvs.bb b/packages/uclibc/uclibc_cvs.bb index b4100b949d..4b92e20d4f 100644 --- a/packages/uclibc/uclibc_cvs.bb +++ b/packages/uclibc/uclibc_cvs.bb @@ -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" |