Fix warning : lack of whitespace around assignment

v2 : also fix some typos while we are here.
v3 : add fixes for isic and checksecurity

Signed-off-by: Jason Schonberg <schonm@gmail.com>
[removed already applied change]
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
J. S.
2025-04-14 22:24:03 -04:00
committed by Scott Murray
parent ebe9234fb8
commit 4e2b318a86
14 changed files with 18 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ do_install(){
oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install
}
PACKAGE="${PN} ${PN}-dbg ${PN}-doc"
PACKAGES = "${PN} ${PN}-dbg ${PN}-doc"
FILES:${PN} = "\
${sbindir}/* \
@@ -46,4 +46,4 @@ FILES:${PN}-dbg = "\
/usr/src/debug/* \
"
REQUIRED_DISTRO_FEATURES ?=" tomoyo"
REQUIRED_DISTRO_FEATURES ?= " tomoyo"