diff options
Diffstat (limited to 'meta/classes-global/uninative.bbclass')
-rw-r--r-- | meta/classes-global/uninative.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-global/uninative.bbclass b/meta/classes-global/uninative.bbclass index 42c5f8fdf2..366f7ac793 100644 --- a/meta/classes-global/uninative.bbclass +++ b/meta/classes-global/uninative.bbclass | |||
@@ -40,6 +40,8 @@ python uninative_event_fetchloader() { | |||
40 | with open(loaderchksum, "r") as f: | 40 | with open(loaderchksum, "r") as f: |
41 | readchksum = f.read().strip() | 41 | readchksum = f.read().strip() |
42 | if readchksum == chksum: | 42 | if readchksum == chksum: |
43 | if "uninative" not in d.getVar("SSTATEPOSTUNPACKFUNCS"): | ||
44 | enable_uninative(d) | ||
43 | return | 45 | return |
44 | 46 | ||
45 | import subprocess | 47 | import subprocess |