[meta-security][wrynose][PATCH 11/13] aide-base.bbclass: correct STAGING_AIDE_DIR
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <e9fb34c51e28de2c11b3aa4dc4fb6425840ed0df.1779625557.git.scott.murray@konsulko.com> |
From: Li Zhou <[email protected]> Fix the typo "aida" to "aide" in STAGING_AIDE_DIR. Signed-off-by: Li Zhou <[email protected]> Signed-off-by: Scott Murray <[email protected]> --- classes/aide-base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/aide-base.bbclass b/classes/aide-base.bbclass index 36cc454..9d9472c 100644 --- a/classes/aide-base.bbclass +++ b/classes/aide-base.bbclass @@ -2,7 +2,7 @@ # Copyright 2022 Armin Kuster <[email protected]> # -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/.\*" -- 2.53.0