mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
7bc205ba54
commit
48fdb7a1b9
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ inherit cpan
|
|||
|
||||
SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643"
|
||||
|
||||
BBCLASSEXTEND="native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user