mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
common-tasks: Fix conversion error in npm example
(From yocto-docs rev: a6441aa5765be4a121a45ede94ca6d4c6fedf4ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7288,7 +7288,8 @@ The ``devtool edit-recipe`` command lets you take a look at the recipe::
|
||||
npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
|
||||
"
|
||||
S = "${WORKDIR}/npm"
|
||||
inherit npm LICENSE_${PN} = "MIT"
|
||||
inherit npm
|
||||
LICENSE_${PN} = "MIT"
|
||||
LICENSE_${PN}-accepts = "MIT"
|
||||
LICENSE_${PN}-array-flatten = "MIT"
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user