]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: basic extraction of name/version from filename
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:03 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commit944eacfb849ee69b41e12c9de4f264406281ac6a
tree799ff7ba44cbd36a531bd92eb80ae94a31b1d5d9
parent3b3fd33190d89c09e62126eea0e45aa84fe5442e
recipetool: create: basic extraction of name/version from filename

Often the filename (e.g. source tarball) contains the name and version
of the software it contains.

(This isn't intended to be exhaustive, just to catch the common case.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/devtool.py
scripts/lib/recipetool/create.py