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-03 18:31:38 -04:00 committed by Khem Raj
parent 7bc205ba54
commit 48fdb7a1b9
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ do_install_ptest () {
cp -r ${B}/t ${D}${PTEST_PATH}
}
BBCLASSEXTEND="native"
BBCLASSEXTEND = "native"
FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/"

View File

@ -16,4 +16,4 @@ inherit cpan
SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643"
BBCLASSEXTEND="native"
BBCLASSEXTEND = "native"

View File

@ -7,7 +7,7 @@ THIS IS NOT THE SORT OF THING YOU WANT TO DO EVERYDAY \
"
SECTION = "libs"
HOMEPAGE= "https://metacpan.org/release/Sub-Uplevel"
HOMEPAGE = "https://metacpan.org/release/Sub-Uplevel"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7f1207cd3108e4ade18448d81e6bcb6c"