Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Joshua Watt <jpewhacker@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] Ignore icecc-create-env in task signature
Date: Mon, 26 Feb 2018 16:30:54 -0600	[thread overview]
Message-ID: <20180226223054.5687-2-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20180226223054.5687-1-JPEWhacker@gmail.com>

Changes to the icecc-create-env recipe should not cause all recipes to
rebuild just because the have inherited icecc.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/lib/oe/sstatesig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 3a8778eae01..6be9d32133a 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -29,7 +29,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache):
         return True
 
     # Quilt (patch application) changing isn't likely to affect anything
-    excludelist = ['quilt-native', 'subversion-native', 'git-native', 'ccache-native']
+    excludelist = ['quilt-native', 'subversion-native', 'git-native', 'ccache-native', 'icecc-create-env-native']
     if depname in excludelist and recipename != depname:
         return False
 
-- 
2.14.3



  reply	other threads:[~2018-02-26 22:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-26 22:30 [PATCH 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-26 22:30 ` Joshua Watt [this message]
2018-02-26 23:02 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more Patchwork
2018-02-27  3:01 ` [PATCH v2 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-27  3:01   ` [PATCH v2 2/2] sstatesig: Ignore icecc-create-env in task sigs Joshua Watt
2018-02-27  3:35 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev2) Patchwork
2018-02-27  3:35 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev3) Patchwork
2018-02-27 21:52 ` [PATCH v3 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-27 21:52   ` [PATCH v3 2/2] sstatesig: Ignore icecc-create-env in task sigs Joshua Watt
2018-02-27 22:05 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev4) Patchwork
2018-02-27 22:05 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev5) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180226223054.5687-2-JPEWhacker@gmail.com \
    --to=jpewhacker@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox