From: Richard Purdie Date: Sun, 24 Aug 2014 09:08:33 +0000 (+0100) Subject: bitbake.conf: Drop unused MKTEMP* variables X-Git-Tag: 2015-4~1791 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2bfe071d141117ddf41eade5404a0d27c349bbe8;p=openembedded-core.git bitbake.conf: Drop unused MKTEMP* variables Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f0463dddb9..9aee4eb0ad 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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: