diff options
Diffstat (limited to 'meta/classes/uninative.bbclass')
-rw-r--r-- | meta/classes/uninative.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 3326c0db3d..9f8645a36a 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
@@ -45,7 +45,7 @@ python uninative_event_fetchloader() { | |||
45 | tarballdir = os.path.join(d.getVar("UNINATIVE_DLDIR"), chksum) | 45 | tarballdir = os.path.join(d.getVar("UNINATIVE_DLDIR"), chksum) |
46 | tarballpath = os.path.join(tarballdir, tarball) | 46 | tarballpath = os.path.join(tarballdir, tarball) |
47 | 47 | ||
48 | if not os.path.exists(tarballpath): | 48 | if not os.path.exists(tarballpath + ".done"): |
49 | bb.utils.mkdirhier(tarballdir) | 49 | bb.utils.mkdirhier(tarballdir) |
50 | if d.getVar("UNINATIVE_URL") == "unset": | 50 | if d.getVar("UNINATIVE_URL") == "unset": |
51 | bb.fatal("Uninative selected but not configured, please set UNINATIVE_URL") | 51 | bb.fatal("Uninative selected but not configured, please set UNINATIVE_URL") |