summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sstate.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 8b6ac50cc9..216e133279 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -205,6 +205,7 @@ def sstate_install(ss, d):
205 f = os.path.normpath(f) 205 f = os.path.normpath(f)
206 realmatch = True 206 realmatch = True
207 for w in whitelist: 207 for w in whitelist:
208 w = os.path.normpath(w)
208 if f.startswith(w): 209 if f.startswith(w):
209 realmatch = False 210 realmatch = False
210 break 211 break