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 /classes | |
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
Diffstat (limited to 'classes')
-rw-r--r-- | classes/base.bbclass | 1 |
1 files changed, 0 insertions, 1 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 |