summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-07-06 10:40:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-06 22:59:33 +0100
commitc07d1447a95333fcd0ab907b0f5b77d9aff1f6de (patch)
treeab3d6859bb2d1a3d2bc0aaa3ce122ad80597d7ab /meta/lib/oe
parentc015c70bc2b3a2329105889e5039a72a30e43309 (diff)
downloadpoky-c07d1447a95333fcd0ab907b0f5b77d9aff1f6de.tar.gz
sstatesig: Remove trailing whitespace
(From OE-Core rev: 2067172e2e5f90cb321ca124f4f9065ae8ad680f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe')
-rw-r--r--meta/lib/oe/sstatesig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 0aa577d44d..5dcc2f5cd6 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):
45 45
46 # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes 46 # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes
47 if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname): 47 if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname):
48 return False 48 return False
49 49
50 # Exclude well defined machine specific configurations which don't change ABI 50 # Exclude well defined machine specific configurations which don't change ABI
51 if depname in siggen.abisaferecipes and not isImage(fn): 51 if depname in siggen.abisaferecipes and not isImage(fn):