bitbake.conf: Drop unused MKTEMP* variables
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Aug 2014 09:08:33 +0000 (10:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Aug 2014 07:57:45 +0000 (08:57 +0100)
(From OE-Core rev: 2bfe071d141117ddf41eade5404a0d27c349bbe8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index f0463dd..9aee4eb 100644 (file)
@@ -602,9 +602,6 @@ PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
 # Miscellaneous utilities.
 ##################################################################
 
-MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}"
-MKTEMPCMD = "mktemp -q ${TMPBASE}"
-
 # GNU patch tries to be intellgent about checking out read-only files from
 # a RCS, which freaks out those special folks with active Perforce clients
 # the following makes patch ignore RCS: