diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-10-18 10:21:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-19 09:23:08 -0700 |
commit | f49108971e6216b85c4b4c6e29f5188ffff3b1cf (patch) | |
tree | f94f2fadca806f6abd8aae628046d3e1e1e87d71 /meta-oe/recipes-security | |
parent | 9b8b072cb06c3213a7c40e7fd03853ca4cef7fe6 (diff) | |
download | meta-openembedded-f49108971e6216b85c4b4c6e29f5188ffff3b1cf.tar.gz |
audit: upgrade 3.0.5 -> 3.0.6
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security')
-rw-r--r-- | meta-oe/recipes-security/audit/audit_3.0.6.bb (renamed from meta-oe/recipes-security/audit/audit_3.0.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/audit/audit_3.0.5.bb b/meta-oe/recipes-security/audit/audit_3.0.6.bb index 173c2cab11..2d75232b85 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.5.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.6.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | SRCREV = "c382a4925a7d0d1b332a2f4e689c71d71b0005a5" | 18 | SRCREV = "b1b2728ccd83eeb0dffe29c01a5c97e14e6a0d8a" |
19 | 19 | ||
20 | inherit autotools python3native update-rc.d systemd | 20 | inherit autotools python3native update-rc.d systemd |
21 | 21 | ||