Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[extras] Fixup parsing and Readme to match LinuxLink behavior.
- Convert ' ' in product names to '-' - Convert ' ' in version strings to '.' - Check for 'product' in header instead of 'package' - Remove mention of ignoring '#' and blank lines in Readme We still ignore them, but LinuxLink doesn't support the same and we don't want to mis-lead users into thinking that they can rely on it being compatible with an online upload of the same file. - Remove quotes from single-license example, but add another example with a dual-license where the licenses are seperated by ',', therefore requiring quoting. - Tweak example in Readme to reflect the syntax updates: $ cat yocto-extra.csv product,version,license avahi,0.6 bash,4.0 bash,4.1,GPL 3.0 busybox, udev,,"GPLv2.0+, LGPL-2.1+"
- Loading branch information