From 2bfe071d141117ddf41eade5404a0d27c349bbe8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 24 Aug 2014 10:08:33 +0100 Subject: bitbake.conf: Drop unused MKTEMP* variables Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf') 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: -- cgit 1.2.3-korg