Fix warning : lack of whitespace around assignment

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jason Schonberg 2025-04-05 10:42:34 -04:00 committed by Khem Raj
parent f3d83ffa99
commit a6ed1c867d
No known key found for this signature in database
GPG Key ID: BB053355919D3314
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ PTESTS_SLOW_META_PERL = "\
libio-socket-ssl-perl \
"
PTESTS_PROBLEMS_META_PERL ="\
PTESTS_PROBLEMS_META_PERL = "\
libauthen-sasl-perl \
libconfig-autoconf-perl \
libcrypt-openssl-guess-perl \

View File

@ -17,8 +17,8 @@ S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}"
inherit cpan
export BUILD_BZIP2="0"
export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}"
export BUILD_BZIP2 = "0"
export BZIP2_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}"
do_compile() {
export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"

View File

@ -21,8 +21,8 @@ RDEPENDS:${PN} += "\
perl-module-universal \
"
export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}"
export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}"
export LIBLZMA_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}"
export LIBLZMA_LIB = "-I${STAGING_DIR_HOST}${libdir}"
do_compile() {
export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"

View File

@ -18,7 +18,7 @@ S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
inherit cpan
export BUILD_ZLIB="0"
export BUILD_ZLIB = "0"
do_compile() {
export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"