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 <jpewhacker@gmail.com>
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Watt
2018-03-28 10:56:43 -07:00
committed by Richard Purdie
parent ef4bb21693
commit 614f869cf0

View File

@@ -12527,8 +12527,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</para>
<para>
In this example, <filename>intone</filename> depends on
<filename>mplayer2</filename>.
In the previous example, <filename>intone</filename>
depends on <filename>mplayer2</filename>.
</para>
<para>
You can use the special token <filename>"*"</filename> on
the left-hand side of the dependency to match all
recipes except the one on the right-hand side.
Here is an example:
<literallayout class='monospaced'>
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
</literallayout>
</para>
<para>
In the previous example, all recipes except
<filename>quilt-native</filename> ignore task
signatures from the <filename>quilt-native</filename>
recipe when determining their task signatures.
</para>
<para>