aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-08 11:07:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-08 11:07:24 -0800
commit115b3b95e87320b4a6a678df45fece06469dfaeb (patch)
tree77133f390cceebd56a984892ca51e8b0821b9c5a /meta
parent5f172d8b9b829554f3d884a9007a33fff7dcc187 (diff)
downloadopenembedded-core-contrib-115b3b95e87320b4a6a678df45fece06469dfaeb.tar.gz
sstate: Ensure the SRCURI fetcher cache is not used for sstate
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 6f836a60b6..4d8443be40 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -354,7 +354,7 @@ def pstaging_fetch(sstatepkg, d):
# Try a fetch from the sstate mirror, if it fails just return and
# we will build the package
try:
- fetcher = bb.fetch2.Fetch([srcuri], localdata)
+ fetcher = bb.fetch2.Fetch([srcuri], localdata, cache=False)
fetcher.download()
# Need to optimise this, if using file:// urls, the fetcher just changes the local path