From b2bb64d9e62cfb9c7eff4e62b72d378509e3c4d9 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 25 May 2018 13:37:24 -0700 Subject: [PATCH] sbsigntool-native: specify TMPDIR Issue: LIN1018-450 Under extremely rare circumstances, access can be denied to /tmp, so we specify a local TMPDIR. This is a cherry-pick of 886c44b from WRL 10.17. Signed-off-by: Joe Slater Signed-off-by: Robert Yang Signed-off-by: Jason Wessel --- meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb index a43afa1..b5120f0 100644 --- a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb +++ b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb @@ -60,7 +60,7 @@ do_configure() { if [ ! -e lib/ccan ]; then export CC="${BUILD_CC}" - lib/ccan.git/tools/create-ccan-tree \ + TMPDIR=lib lib/ccan.git/tools/create-ccan-tree \ --build-type=automake lib/ccan \ talloc read_write_all build_assert array_size endian || exit 1 fi