All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
@ 2018-03-21 20:33 Joshua Watt
  2018-03-21 21:02 ` ✗ patchtest: failure for " Patchwork
  2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
  0 siblings, 2 replies; 7+ messages in thread
From: Joshua Watt @ 2018-03-21 20:33 UTC (permalink / raw)
  To: openembedded-core, Scott Rifenbark

Describes the new wildcard syntax

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 09eb9b9dfc7..58a58b0605e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12648,6 +12648,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                     <filename>mplayer2</filename>.
                 </para>
 
+                <para>
+                    The special token <filename>"*"</filename> may be used on
+                    the left hand side of the dependency, which will match all
+                    recipes except the one on the right hand side.
+                    For example:
+                    <literallayout class='monospaced'>
+    SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
+                    </literallayout>
+                </para>
+
+                <para>
+                    In this example, all recipes except
+                    <filename>quilt-native</filename> will ignore task
+                    signatures from the <filename>quilt-native</filename> recipe
+                    when determining their task signatures.
+                </para>
+
                 <para>
                     Use of this variable is one mechanism to remove dependencies
                     that affect task signatures and thus force rebuilds when a
-- 
2.14.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-28 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-21 20:33 [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS Joshua Watt
2018-03-21 21:02 ` ✗ patchtest: failure for " Patchwork
2018-03-28 17:53 ` [PATCH] " Scott Rifenbark
2018-03-28 18:57   ` Joshua Watt
2018-03-28 18:59     ` Scott Rifenbark
2018-03-28 20:15       ` Joshua Watt
2018-03-28 20:23         ` Scott Rifenbark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.