mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 04:41:06 +00:00
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:
@@ -26,7 +26,7 @@ do_install(){
|
|||||||
oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install
|
oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE="${PN} ${PN}-dbg ${PN}-doc"
|
PACKAGES = "${PN} ${PN}-dbg ${PN}-doc"
|
||||||
|
|
||||||
FILES:${PN} = "\
|
FILES:${PN} = "\
|
||||||
${sbindir}/* \
|
${sbindir}/* \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SUMARRY=" Intelligently block brute-force attacks by aggregating system logs "
|
SUMMARY = " Intelligently block brute-force attacks by aggregating system logs "
|
||||||
HOMEPAGE = "https://www.sshguard.net/"
|
HOMEPAGE = "https://www.sshguard.net/"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d"
|
||||||
LICENSE = "BSD-1-Clause"
|
LICENSE = "BSD-1-Clause"
|
||||||
|
|||||||
Reference in New Issue
Block a user