mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +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:
@@ -10,7 +10,7 @@ inherit autotools-brokensep gettext pkgconfig systemd
|
||||
|
||||
EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch"
|
||||
|
||||
PACKAGECONFIG ?="intl luks gcrypt nls"
|
||||
PACKAGECONFIG ?= "intl luks gcrypt nls"
|
||||
PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
|
||||
PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
|
||||
|
||||
@@ -17,7 +17,7 @@ SRC_URI = "http://prdownloads.sourceforge.net/isic/${BPN}-${PV}.tgz \
|
||||
SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4"
|
||||
SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d"
|
||||
|
||||
S="${UNPACKDIR}/${BPN}-${PV}"
|
||||
S = "${UNPACKDIR}/${BPN}-${PV}"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
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/"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d"
|
||||
LICENSE = "BSD-1-Clause"
|
||||
|
||||
|
||||
SRC_URI="https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz"
|
||||
SRC_URI = "https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user