diff options
-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 |