From a512748684c65835a2fb5670b493e28cc7af0a57 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Aug 2018 09:24:03 -0700 Subject: dev-manual: Updated general multiconfig syntax. A task or package can only depend on a task... not a task or package. (From yocto-docs rev: 63f14e131ebf2bb8379a07f8958bf69a06af1124) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'documentation') 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 @@ build, you must declare the dependencies in the recipe using the following statement form: - task_or_package[mcdepends] = "multiconfig:from_multiconfig:to_multiconfig:recipe_name:task_or_package_on_which_to_depend" + task_or_package[mcdepends] = "multiconfig:from_multiconfig:to_multiconfig:recipe_name:task_on_which_to_depend" - - Dependencies can be on tasks or packages. - To better show how to use this statement, consider the example scenario from the first paragraph of this section. The following statement needs to be added to the recipe -- cgit v1.2.3-54-g00ecf