summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-04-05 10:42:34 -0400
committerKhem Raj <raj.khem@gmail.com>2025-04-05 07:45:31 -0700
commita6ed1c867dc6b4d961f633c8ae8e2a668c8a278c (patch)
treef716b15625ddbb980926ecfb0de8698898f5cec6 /meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb
parentf3d83ffa99af4685000a883442b6552bf630d48f (diff)
downloadmeta-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.bb4
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
24export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" 24export LIBLZMA_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}"
25export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" 25export LIBLZMA_LIB = "-I${STAGING_DIR_HOST}${libdir}"
26 26
27do_compile() { 27do_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')"