mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +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:
@@ -14,7 +14,7 @@ S = "${WORKDIR}/checksecurity-${PV}+nmu1"
|
||||
|
||||
|
||||
# allow for anylocal, no need to patch
|
||||
LOGDIR="/etc/checksecurity"
|
||||
LOGDIR = "/etc/checksecurity"
|
||||
|
||||
do_compile() {
|
||||
sed -i -e "s;LOGDIR=/var/log/setuid;LOGDIR=${LOGDIR};g" ${B}/etc/check-setuid.conf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
|
||||
DESCRIPTION = "Python wrapper to convert JSON into a human readable HTML Table representation."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="Creates diffs of XML files"
|
||||
DESCRIPTION = "Creates diffs of XML files"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user