diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-20 05:14:20 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-20 05:14:20 +0000 |
commit | 4cc600f1bed1c629bf77ebf1178258ca860bca9b (patch) | |
tree | 9e2d211ed4d75983249a859fdc5b980d2b4fbf1a /classes/base.bbclass | |
parent | 99f1f609af5e0d629fe5a4ac154e5ed1acb8ac92 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/20 00:02:54-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/20 00:01:05-05:00 handhelds.org!kergoth
Fix a critical bug resulting from the recent changes in bitbake (facilitating
make -j). The behavior is that of the root filesystem not having a ton of
required shared libraries, like libc. Our packaging classes relied on the
tasks being able to modify the global metadata, which is no longer allowed.
Rework how we do packaging to account for this.
BKrev: 41ef3e2c_WACPUP9Waae3Humbe58ng
Diffstat (limited to 'classes/base.bbclass')
-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 f09968e612..d80ce3010b 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -686,7 +686,6 @@ python __anonymous () { try: bb.build.exec_func('read_manifest', d) bb.build.exec_func('parse_manifest', d) - bb.build.exec_func('read_shlibdeps', d) except exceptions.KeyboardInterrupt: raise except Exception, e: |