diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f0463dddb9a..9aee4eb0ada 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: |