classes/patch.bbclass: Make sure to raise func_failed on any exception from within...
authorHolger Freyther <zecke@selfish.org>
Sat, 31 Mar 2007 15:57:22 +0000 (15:57 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 31 Mar 2007 15:57:22 +0000 (15:57 +0000)
commitf4a53b765a6801f836586b5ee662b5f9392dcfab
tree5abee85a9289926dbd90dbfa0f267eb1788af721
parent2c6b0e8608bfcfc1f97f9c6aee5b4c88296c20b2
classes/patch.bbclass: Make sure to raise func_failed on any exception from within Import
    non existing patches raised a IOError by the md5sum method which was not
    catched at all and lead bitbake to exit due an unhandled exception. This
    is bad for all autobuilders.
classes/patch.bbclass