[OE-core] [PATCHv3] oe-pkgdata-util: package-info: Allow extra variables to be displayed

Burton, Ross ross.burton at intel.com
Fri Jun 23 13:09:22 UTC 2017


On 19 June 2017 at 15:31, Peter Kjellerstedt <peter.kjellerstedt at axis.com>
wrote:

> +        if args.extra:
> +            for val in args.extra:
> +                src_uri = mappings[pkg][val].strip()
> +                src_uri = re.sub(r'\s+', ' ', src_uri)
> +                line += ' "%s"' % src_uri
>

I don't think you meant src_uri here.  :)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170623/0be2670e/attachment-0002.html>


More information about the Openembedded-core mailing list