Keep all temporary files in proper place not in TMPDIR (patch by Holger Schurig)
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 15 Jun 2005 09:15:50 +0000 (09:15 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 15 Jun 2005 09:15:50 +0000 (09:15 +0000)
bin/bbimage

index 33851f3..df6caa2 100755 (executable)
@@ -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: