]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:56:53 +0000 (08:56 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index f0463dddb9ac80c5180404dc1f5c5df4c00d08f5..9aee4eb0ada104bed3d5ead3f4be1362846a7d79 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: