mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
c015c70bc2
commit
c07d1447a9
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user