base.oeclass: re-throw KeyboardInterrupt from anonymous function exception handler
authorPhil Blundell <philb@gnu.org>
Sat, 20 Nov 2004 16:13:52 +0000 (16:13 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 20 Nov 2004 16:13:52 +0000 (16:13 +0000)
BKrev: 419f6d40Nia6ANUspHvlhHKcqUz7AA

classes/base.oeclass

index 2d4a21c..b3012f3 100644 (file)
@@ -644,6 +644,8 @@ python __anonymous () {
                oe.build.exec_func('parse_manifest', d)
                oe.build.exec_func('read_shlibdeps', d)
                oe.build.exec_func('read_subpackage_metadata', d)
+       except exceptions.KeyboardInterrupt:
+               raise
        except Exception, e:
                oe.error("anonymous function: %s" % e)
                pass