aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2005-06-15 09:15:50 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2005-06-15 09:15:50 +0000
commit5ae01b901dafcca40774b11aad1de779cfb4fc87 (patch)
treeb4afcde90baedc58d3e4a2c1243b1bff59e75e46
parent2dace1f31956d8e334f5b226828e3369663bb4ad (diff)
downloadbitbake-5ae01b901dafcca40774b11aad1de779cfb4fc87.tar.gz
Keep all temporary files in proper place not in TMPDIR (patch by Holger Schurig)
-rwxr-xr-xbin/bbimage1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bbimage b/bin/bbimage
index 33851f396..df6caa28e 100755
--- a/bin/bbimage
+++ b/bin/bbimage
@@ -144,7 +144,6 @@ mkdirhier(outdir)
# bb.error("executing bbmake to satisfy dependencies")
bb.note("Executing %s" % cmd)
-data.setVar('T', '${TMPDIR}', localdata)
data.setVar('image_cmd', cmd, localdata)
data.setVarFlag('image_cmd', 'func', 1, localdata)
try: