]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: npm: Do not add package.json files to LIC_FILES_CHKSUM
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 8 Oct 2021 07:48:31 +0000 (09:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 10:48:35 +0000 (11:48 +0100)
commit194df9c240378b6befeb10183889093ec7bb4d5f
tree49ade401f4059451b34ad68ed1550149a245e63a
parentd5c4979669f125e73c24dcc73fa3c4f3787bbb62
recipetool: npm: Do not add package.json files to LIC_FILES_CHKSUM

The package.json files doesn't contain any licenses. The name of the
license doesn't comply the license requirements of most liceneses.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create_npm.py