]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_ipk: Clean up pointless exception handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Jan 2017 14:14:24 +0000 (14:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jan 2017 09:05:39 +0000 (09:05 +0000)
commit2628a65ffe9cd80a18b49b7821018cf42c31a2d4
tree0cdc1759ea9c8d34dc91128bb93782308afe9803
parent596c9eff21ef1197cc72d1eb5e46308f7a10f874
package_ipk: Clean up pointless exception handling

The exception handling in this function seemed mildly crazy. Python will
given perfectly good or in several cases better information if we let its
standard traceback/exception handling happen. Remove the pointless code.

(From OE-Core rev: 61390438aec4a1f9beb4d332821cc6cda82e0379)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_ipk.bbclass