]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/create_npm: handle AND and OR in licenses
authorAnders Darander <anders@chargestorm.se>
Wed, 1 Mar 2017 17:20:00 +0000 (18:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:32 +0000 (10:42 +0000)
commitc0cfd9b1d54b05ad048f444d6fe248aa0500159e
tree4900be21b05912f088fa959f4027c0ff0b4fa303
parent39127702cee80c972ee9a447ef4006751f47475e
scripts/lib/create_npm: handle AND and OR in licenses

Handle npm packages with multiple licenses (AND and OR).
Prior to this, AND and OR were treated as licensed in their
own.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_npm.py