[OE-core] [PATCHv3] oe-pkgdata-util: package-info: Allow extra variables to be displayed
Peter Kjellerstedt
peter.kjellerstedt at axis.com
Sun Jul 2 18:18:11 UTC 2017
Duh! That is a remnant from the first, non-generic, implementation I did where I only added support for the SRC_URI variable. I will send an updated version…
//Peter
From: Burton, Ross [mailto:ross.burton at intel.com]
Sent: den 23 juni 2017 15:09
To: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Cc: OE-core <openembedded-core at lists.openembedded.org>
Subject: Re: [OE-core] [PATCHv3] oe-pkgdata-util: package-info: Allow extra variables to be displayed
On 19 June 2017 at 15:31, Peter Kjellerstedt <peter.kjellerstedt at axis.com<mailto: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/20170702/0ed71fad/attachment-0002.html>
More information about the Openembedded-core
mailing list