diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cd7a435106..e0b7d06f9f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5476,11 +5476,8 @@ | |||
5476 | build, you must declare the dependencies in the recipe | 5476 | build, you must declare the dependencies in the recipe |
5477 | using the following statement form: | 5477 | using the following statement form: |
5478 | <literallayout class='monospaced'> | 5478 | <literallayout class='monospaced'> |
5479 | <replaceable>task_or_package</replaceable>[mcdepends] = "multiconfig:<replaceable>from_multiconfig</replaceable>:<replaceable>to_multiconfig</replaceable>:<replaceable>recipe_name</replaceable>:<replaceable>task_or_package_on_which_to_depend</replaceable>" | 5479 | <replaceable>task_or_package</replaceable>[mcdepends] = "multiconfig:<replaceable>from_multiconfig</replaceable>:<replaceable>to_multiconfig</replaceable>:<replaceable>recipe_name</replaceable>:<replaceable>task_on_which_to_depend</replaceable>" |
5480 | </literallayout> | 5480 | </literallayout> |
5481 | <note> | ||
5482 | Dependencies can be on tasks or packages. | ||
5483 | </note> | ||
5484 | To better show how to use this statement, consider the | 5481 | To better show how to use this statement, consider the |
5485 | example scenario from the first paragraph of this section. | 5482 | example scenario from the first paragraph of this section. |
5486 | The following statement needs to be added to the recipe | 5483 | The following statement needs to be added to the recipe |