]> 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>
Fri, 8 Sep 2017 14:33:15 +0000 (16:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 22:39:20 +0000 (22:39 +0000)
commit265db40c75b6a4b9a666e49dd1739423eb711695
tree5ead6448218c27d6d699fb8081ede2aeda984eec
parentef5f97aea26fa22accfd1841a2f1319935d6d95f
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-pkgdata-util