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:[email protected]]
Sent: den 23 juni 2017 15:09
To: Peter Kjellerstedt <[email protected]>
Cc: OE-core <[email protected]>
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 
<[email protected]<mailto:[email protected]>> 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
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to