]> code.ossystems Code Review - openembedded-core.git/commit
sdk: streamline locale removal
authorRoss Burton <ross.burton@intel.com>
Fri, 16 Mar 2018 11:28:32 +0000 (11:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Mar 2018 09:11:19 +0000 (10:11 +0100)
commitcb118806841e585ec6ca820360329ae7d122c0af
tree041d2f84bc5ebacf390fd38437150ae6fc598713
parent72ab0e7d49610f6ffcc99fa8723aeeaada852d88
sdk: streamline locale removal

For some reason dnf is aborting with the fairly useless "failed to read RPMDB"
error during SDK creation.  Luckily as we're just deleting locale packages we
can pass False to remove() to use RPM directly, which doesn't crash.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/sdk.py