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-support/neon | |
| 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-support/neon')
| -rw-r--r-- | meta-oe/recipes-support/neon/neon_0.32.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/neon/neon_0.32.4.bb b/meta-oe/recipes-support/neon/neon_0.32.4.bb index c16a2c10a7..d281bfde62 100644 --- a/meta-oe/recipes-support/neon/neon_0.32.4.bb +++ b/meta-oe/recipes-support/neon/neon_0.32.4.bb | |||
| @@ -33,7 +33,7 @@ PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | |||
| 33 | EXTRA_OECONF += "--enable-shared --enable-threadsafe-ssl=posix" | 33 | EXTRA_OECONF += "--enable-shared --enable-threadsafe-ssl=posix" |
| 34 | 34 | ||
| 35 | # Do not install into /usr/local | 35 | # Do not install into /usr/local |
| 36 | EXTRA_OEMAKE:append:class-native = "prefix=${prefix_native}" | 36 | EXTRA_OEMAKE:append:class-native = " prefix=${prefix_native}" |
| 37 | 37 | ||
| 38 | do_configure:prepend() { | 38 | do_configure:prepend() { |
| 39 | echo "${PV}" > ${S}/.version | 39 | echo "${PV}" > ${S}/.version |
