diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-24 10:08:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-25 08:57:45 +0100 |
commit | 6962cd83944d4e4cadede713bede048203d2d6d8 (patch) | |
tree | 4df2282bc5423f737ea837d611412eb70da5476c /meta | |
parent | 1a76648ec99ec6051ef14ed2b251d1f92a090f3d (diff) | |
download | poky-6962cd83944d4e4cadede713bede048203d2d6d8.tar.gz |
bitbake.conf: Drop unused MKTEMP* variables
(From OE-Core rev: 2bfe071d141117ddf41eade5404a0d27c349bbe8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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: |