diff options
-rw-r--r-- | meta/lib/oe/sstatesig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 4f115e9dc1..5828a9def8 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -40,7 +40,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache): | |||
40 | # Only target packages beyond here | 40 | # Only target packages beyond here |
41 | 41 | ||
42 | # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes | 42 | # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes |
43 | if isPackageGroup(fn) and isAllArch(fn): | 43 | if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname): |
44 | return False | 44 | return False |
45 | 45 | ||
46 | # Exclude well defined machine specific configurations which don't change ABI | 46 | # Exclude well defined machine specific configurations which don't change ABI |