From 614f869cf093dad8fbc98b2823d31db042d5a2b2 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 28 Mar 2018 10:56:43 -0700 Subject: ref-manual: Updated the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS variable Describes the new wildcard syntax (From yocto-docs rev: 8608810da1c91116415dc568b2a1a929c923c629) Signed-off-by: Joshua Watt Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2b0172317d..84614ea486 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12527,8 +12527,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - In this example, intone depends on - mplayer2. + In the previous example, intone + depends on mplayer2. + + + + You can use the special token "*" on + the left-hand side of the dependency to match all + recipes except the one on the right-hand side. + Here is an example: + + SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native" + + + + + In the previous example, all recipes except + quilt-native ignore task + signatures from the quilt-native + recipe when determining their task signatures. -- cgit v1.2.3-54-g00ecf