From: Scott Rifenbark Date: Mon, 27 Aug 2018 16:24:03 +0000 (-0700) Subject: dev-manual: Updated general multiconfig syntax. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a512748684c65835a2fb5670b493e28cc7af0a57;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cd7a435106f..e0b7d06f9f8 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