]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: package-info: Allow extra variables to be displayed
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 3 Jul 2017 10:14:59 +0000 (12:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jul 2017 13:38:07 +0000 (14:38 +0100)
commit6f054fcf08f6d5aeb6b5ade74ac5cc61a99fb8fe
treee0acbc5f4f8cf6cb8a186ea6ed74af596d54a7c6
parent7e880775e2e354c76c386c91b2b8f36eddf1574d
oe-pkgdata-util: package-info: Allow extra variables to be displayed

By specifying the -e <var> option one or multiple times, extra
variables available in the pkgdata can be displayed, e.,g,
`oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra
variables displayed are quoted since some of them may contain
whitespace.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-pkgdata-util