]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: allow reverse package name lookups
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 6 Feb 2015 11:02:44 +0000 (11:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:36 +0000 (08:40 +0000)
commitf0af7471e688047c7bac5130457e5f9cc2fd5107
tree100dca8902871f17aaa1ef733b8570b3b051333f
parent77411c775c4bf3fa7897985916c2d4a4af2dda47
oe-pkgdata-util: allow reverse package name lookups

Add a -r/--reverse option to the lookup-pkg subcommand to enable looking
up the recipe-space package name for one or more runtime package names.

Also make this subcommand into a function that can be reused elsewhere.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/oe-pkgdata-util