diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2017-02-10 16:22:29 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2017-02-24 12:00:27 -0600 |
commit | 3b5e6bd92ef9638ba06002dc785a30d0893d9966 (patch) | |
tree | d4846de1fdae992071c94d926658ba8cdb930b81 | |
parent | 715942d85d5511a81922a8c6747300b1d55428b5 (diff) | |
download | meta-selinux-3b5e6bd92ef9638ba06002dc785a30d0893d9966.tar.gz |
audit: update to v2.7.1
Added swig-native to DEPENDS
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/audit/audit_2.7.1.bb (renamed from recipes-security/audit/audit_2.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/audit/audit_2.7.bb b/recipes-security/audit/audit_2.7.1.bb index 89adab6..975e6e9 100644 --- a/recipes-security/audit/audit_2.7.bb +++ b/recipes-security/audit/audit_2.7.1.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://people.redhat.com/sgrubb/${BPN}/${BPN}-${PV}.tar.gz \ | |||
15 | file://auditd.service \ | 15 | file://auditd.service \ |
16 | file://audit-volatile.conf \ | 16 | file://audit-volatile.conf \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "d3b1017e259509b9b3054656d0d2b4e9" | 18 | SRC_URI[md5sum] = "b224ea6f000c8281e5deee86903ac5ba" |
19 | SRC_URI[sha256sum] = "05533f5d88d9520ceebfd8bfb3fd998ca4a2b246757fec7bbd8e33c287544537" | 19 | SRC_URI[sha256sum] = "0441790794fd9375dbca598fa0ffb46c57ff37b3a24b94ffec0bbee3215cca09" |
20 | 20 | ||
21 | inherit autotools pythonnative update-rc.d systemd | 21 | inherit autotools pythonnative update-rc.d systemd |
22 | 22 | ||