[oe-commits] Richard Purdie : bitbake.conf: Drop unused MKTEMP* variables

git at git.openembedded.org git at git.openembedded.org
Mon Aug 25 07:59:44 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2bfe071d141117ddf41eade5404a0d27c349bbe8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2bfe071d141117ddf41eade5404a0d27c349bbe8

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Aug 24 10:08:33 2014 +0100

bitbake.conf: Drop unused MKTEMP* variables

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f0463dd..9aee4eb 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:



More information about the Openembedded-commits mailing list