diff options
author | Joe Slater <joe.slater@windriver.com> | 2018-05-25 13:37:24 -0700 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-11-14 08:42:33 +0800 |
commit | b2bb64d9e62cfb9c7eff4e62b72d378509e3c4d9 (patch) | |
tree | 87f5c2b25c0e9d666ae8fdf5060053ff3f2c2abc | |
parent | 9e63c160570f6bee3983afeb4dce5b6aa1fcb7a6 (diff) | |
download | meta-secure-core-b2bb64d9e62cfb9c7eff4e62b72d378509e3c4d9.tar.gz |
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 <joe.slater@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
-rw-r--r-- | meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
60 | 60 | ||
61 | if [ ! -e lib/ccan ]; then | 61 | if [ ! -e lib/ccan ]; then |
62 | export CC="${BUILD_CC}" | 62 | export CC="${BUILD_CC}" |
63 | lib/ccan.git/tools/create-ccan-tree \ | 63 | TMPDIR=lib lib/ccan.git/tools/create-ccan-tree \ |
64 | --build-type=automake lib/ccan \ | 64 | --build-type=automake lib/ccan \ |
65 | talloc read_write_all build_assert array_size endian || exit 1 | 65 | talloc read_write_all build_assert array_size endian || exit 1 |
66 | fi | 66 | fi |