From f341b8653c65460d03a652a4af39fc876ea8a992 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 25 May 2018 13:37:24 -0700 Subject: [PATCH] sbsigntool: specify TMPDIR There is a build error if the /tmp directory is mounted with noexec option: lib/ccan.git/tools/create-ccan-tree: line 130: /tmp/tmp.MSe2mg2hM5/ccan_depends: Permission denied Specify a local TMPDIR to fix it. Signed-off-by: Joe Slater Signed-off-by: Robert Yang Signed-off-by: Jason Wessel Signed-off-by: Yi Zhao --- 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 271a33f..0ec2250 100644 --- a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb +++ b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb @@ -62,7 +62,7 @@ do_configure_prepend() { # The default setting depends on (non-whitelisted) host tools. sed -i -e 's#^\(SCOREDIR=\).*#\1#' lib/ccan.git/Makefile - 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 fi