summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 0 insertions, 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
@@ -12532,23 +12532,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12532 </para> 12532 </para>
12533 12533
12534 <para> 12534 <para>
12535 You can use the special token <filename>"*"</filename> on
12536 the left-hand side of the dependency to match all
12537 recipes except the one on the right-hand side.
12538 Here is an example:
12539 <literallayout class='monospaced'>
12540 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
12541 </literallayout>
12542 </para>
12543
12544 <para>
12545 In the previous example, all recipes except
12546 <filename>quilt-native</filename> ignore task
12547 signatures from the <filename>quilt-native</filename>
12548 recipe when determining their task signatures.
12549 </para>
12550
12551 <para>
12552 Use of this variable is one mechanism to remove dependencies 12535 Use of this variable is one mechanism to remove dependencies
12553 that affect task signatures and thus force rebuilds when a 12536 that affect task signatures and thus force rebuilds when a
12554 recipe changes. 12537 recipe changes.