]> code.ossystems Code Review - openembedded-core.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:05 +0000 (09:05 +0000)
commit61390438aec4a1f9beb4d332821cc6cda82e0379
treef617c4d6158e78da19fa47ee542d756480a6df11
parent64c8366a805e9cf0168ea2331c50c8d6a70c6dc4
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.

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