diff options
Diffstat (limited to 'meta')
-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 f0463dddb9..9aee4eb0ad 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -602,9 +602,6 @@ PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" | |||
602 | # Miscellaneous utilities. | 602 | # Miscellaneous utilities. |
603 | ################################################################## | 603 | ################################################################## |
604 | 604 | ||
605 | MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}" | ||
606 | MKTEMPCMD = "mktemp -q ${TMPBASE}" | ||
607 | |||
608 | # GNU patch tries to be intellgent about checking out read-only files from | 605 | # GNU patch tries to be intellgent about checking out read-only files from |
609 | # a RCS, which freaks out those special folks with active Perforce clients | 606 | # a RCS, which freaks out those special folks with active Perforce clients |
610 | # the following makes patch ignore RCS: | 607 | # the following makes patch ignore RCS: |