Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] sstatesig: Remove trailing whitespace
@ 2018-07-06 15:40 Joshua Watt
  2018-07-06 15:40 ` [PATCH 2/3] classes/sstate: " Joshua Watt
  2018-07-06 15:40 ` [PATCH 3/3] classes/sstate: Remove unused argument Joshua Watt
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Watt @ 2018-07-06 15:40 UTC (permalink / raw)
  To: OE-core

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 0aa577d44d2..5dcc2f5cd6d 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -45,7 +45,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache):
 
     # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes
     if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname):
-        return False  
+        return False
 
     # Exclude well defined machine specific configurations which don't change ABI
     if depname in siggen.abisaferecipes and not isImage(fn):
-- 
2.17.1



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

end of thread, other threads:[~2018-07-06 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 15:40 [PATCH 1/3] sstatesig: Remove trailing whitespace Joshua Watt
2018-07-06 15:40 ` [PATCH 2/3] classes/sstate: " Joshua Watt
2018-07-06 15:40 ` [PATCH 3/3] classes/sstate: Remove unused argument Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox