From 683b3592160370b580e78d105d44e7ecc65b80eb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 30 Mar 2018 17:36:18 -0700 Subject: ref-manual: Updated SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS variable For commit 8608810da1c91116415dc568b2a1a929c923c629, the special token (*) addition did not apply to the rocko release. I have taken that out of the variable description. (From yocto-docs rev: a7ba7b6e9b4fcb457d43fc1e86aa0dbcefe1399e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 84614ea486..506ee90d25 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12531,23 +12531,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" 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. - - Use of this variable is one mechanism to remove dependencies that affect task signatures and thus force rebuilds when a -- cgit v1.2.3-54-g00ecf