diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-04-18 17:43:48 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-18 10:13:16 -0700 |
commit | c2bb39f4394092a9f5b504fabd4fd007fb76ddb4 (patch) | |
tree | 4bc3473a3c19333e59c4dd8245557549800cb5c1 | |
parent | 55ba2545a0b04111bf191934d9bc30553467e271 (diff) | |
download | meta-openembedded-c2bb39f4394092a9f5b504fabd4fd007fb76ddb4.tar.gz |
audit: Upgrade 3.0.6 -> 3.0.7
Dependency on bash has been removed upstream.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alex Kiernan <alexk@zuma.ai>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-security/audit/audit_3.0.7.bb (renamed from meta-oe/recipes-security/audit/audit_3.0.6.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-security/audit/audit_3.0.6.bb b/meta-oe/recipes-security/audit/audit_3.0.7.bb index d99d9a87c9..d77aec2964 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.6.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.7.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto | |||
15 | " | 15 | " |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | SRCREV = "b1b2728ccd83eeb0dffe29c01a5c97e14e6a0d8a" | 18 | SRCREV = "f60b2d8f55c74be798a7f5bcbd6c587987f2578a" |
19 | 19 | ||
20 | inherit autotools python3native update-rc.d systemd | 20 | inherit autotools python3native update-rc.d systemd |
21 | 21 | ||
@@ -70,7 +70,6 @@ FILES:${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | |||
70 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 70 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
71 | 71 | ||
72 | CONFFILES:auditd = "${sysconfdir}/audit/audit.rules" | 72 | CONFFILES:auditd = "${sysconfdir}/audit/audit.rules" |
73 | RDEPENDS:auditd = "bash" | ||
74 | 73 | ||
75 | do_install:append() { | 74 | do_install:append() { |
76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a | 75 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a |