mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 05:48:07 +00: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:
parent
d664794cce
commit
f735627e7c
@ -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"
|
||||
...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user