diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-04-05 10:42:34 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-05 07:45:31 -0700 |
| commit | a6ed1c867dc6b4d961f633c8ae8e2a668c8a278c (patch) | |
| tree | f716b15625ddbb980926ecfb0de8698898f5cec6 /meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb | |
| parent | f3d83ffa99af4685000a883442b6552bf630d48f (diff) | |
| download | meta-openembedded-a6ed1c867dc6b4d961f633c8ae8e2a668c8a278c.tar.gz | |
Fix warning : lack of whitespace around assignment
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb index 62521dfe85..2bc42cb941 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb | |||
| @@ -21,8 +21,8 @@ RDEPENDS:${PN} += "\ | |||
| 21 | perl-module-universal \ | 21 | perl-module-universal \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 24 | export LIBLZMA_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" |
| 25 | export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" | 25 | export LIBLZMA_LIB = "-I${STAGING_DIR_HOST}${libdir}" |
| 26 | 26 | ||
| 27 | do_compile() { | 27 | do_compile() { |
| 28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
