mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
aide-base.bbclass: correct STAGING_AIDE_DIR
Fix the typo "aida" to "aide" in STAGING_AIDE_DIR. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Copyright 2022 Armin Kuster <akuster808@gmail.com>
|
||||
#
|
||||
|
||||
STAGING_AIDE_DIR ?= "${TMPDIR}/work-shared/${MACHINE}/aida"
|
||||
STAGING_AIDE_DIR ?= "${TMPDIR}/work-shared/${MACHINE}/aide"
|
||||
AIDE_INCLUDE_DIRS ?= "/lib"
|
||||
AIDE_SKIP_DIRS ?= "/lib/modules/.\*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user