diff options
Diffstat (limited to 'meta/lib/oe/sstatesig.py')
-rw-r--r-- | meta/lib/oe/sstatesig.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 3011f16a77..8b0e344501 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -36,10 +36,6 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache): | |||
36 | if isPackageGroup(fn): | 36 | if isPackageGroup(fn): |
37 | return False | 37 | return False |
38 | 38 | ||
39 | # Drop native/cross/nativesdk dependencies from target recipes | ||
40 | if isNative(depname) or isCross(depname) or isNativeSDK(depname): | ||
41 | return False | ||
42 | |||
43 | # Exclude well defined machine specific configurations which don't change ABI | 39 | # Exclude well defined machine specific configurations which don't change ABI |
44 | if depname in siggen.abisaferecipes and not isImage(fn): | 40 | if depname in siggen.abisaferecipes and not isImage(fn): |
45 | return False | 41 | return False |