diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2023-01-24 12:08:13 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 08:51:25 -0800 |
| commit | 6a87f2ba9cdd4b9689b0d1c86b2e99071d1e069b (patch) | |
| tree | 0fdd03919bc40460c490c73aa0f416561347f878 /meta-oe/recipes-crypto/fsverity-utils | |
| parent | 61598be67d1da6e74bd8e98c467a2b6edeb61739 (diff) | |
| download | meta-openembedded-6a87f2ba9cdd4b9689b0d1c86b2e99071d1e069b.tar.gz | |
Fix missing leading whitespace with ':append'
Mitigate occurences where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto/fsverity-utils')
| -rw-r--r-- | meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb index c95a5b2d32..1c2c6e21e0 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb | |||
| @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
| 16 | 16 | ||
| 17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
| 18 | 18 | ||
| 19 | EXTRA_OEMAKE:append = "PREFIX=${prefix} LIBDIR=${libdir} USE_SHARED_LIB=1" | 19 | EXTRA_OEMAKE:append = " PREFIX=${prefix} LIBDIR=${libdir} USE_SHARED_LIB=1" |
| 20 | # We want to statically link the binary to libfsverity on native Windows | 20 | # We want to statically link the binary to libfsverity on native Windows |
| 21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" | 21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" |
| 22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" | 22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" |
