diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 13:07:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
| commit | eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch) | |
| tree | 86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-oe/recipes-gnome | |
| parent | 42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff) | |
| download | meta-openembedded-eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee.tar.gz | |
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb index c49859afc5..1f84c5e20a 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb | |||
| @@ -18,8 +18,8 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | |||
| 18 | 18 | ||
| 19 | EXTRA_OECONF += "--enable-largefile" | 19 | EXTRA_OECONF += "--enable-largefile" |
| 20 | 20 | ||
| 21 | export ac_cv_have_iconv_detect_h="yes" | 21 | export ac_cv_have_iconv_detect_h = "yes" |
| 22 | export ac_cv_sys_file_offset_bits="64" | 22 | export ac_cv_sys_file_offset_bits = "64" |
| 23 | 23 | ||
| 24 | do_configure:append () { | 24 | do_configure:append () { |
| 25 | cp ${UNPACKDIR}/iconv-detect.h ${S} | 25 | cp ${UNPACKDIR}/iconv-detect.h ${S} |
