]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/targetbuild: fix folder name estimate logic
authorRoss Burton <ross.burton@intel.com>
Mon, 20 Jun 2016 16:32:31 +0000 (17:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2016 13:23:29 +0000 (14:23 +0100)
commitac99135b009a1066486ed2afb2f298d0a5a3a854
treeb6f62b565c93576933a0f752555a30709850b934
parentddcf128e76ed0678ce42416531f4ecb309c57439
oeqa/targetbuild: fix folder name estimate logic

The re.sub() used to transform a tarball into a best guess folder name wasn't
right, as there isn't enough escaping and tar.xz was missing.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/targetbuild.py