mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Khem Raj
parent
f3d83ffa99
commit
a6ed1c867d
@@ -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 \
|
||||
|
||||
@@ -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')"
|
||||
|
||||
@@ -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')"
|
||||
|
||||
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user