summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9a6f4e1a8e..5600076b7d 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7288,7 +7288,8 @@ The ``devtool edit-recipe`` command lets you take a look at the recipe::
7288 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 7288 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
7289 " 7289 "
7290 S = "${WORKDIR}/npm" 7290 S = "${WORKDIR}/npm"
7291 inherit npm LICENSE_${PN} = "MIT" 7291 inherit npm
7292 LICENSE_${PN} = "MIT"
7292 LICENSE_${PN}-accepts = "MIT" 7293 LICENSE_${PN}-accepts = "MIT"
7293 LICENSE_${PN}-array-flatten = "MIT" 7294 LICENSE_${PN}-array-flatten = "MIT"
7294 ... 7295 ...