summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-09-05 10:41:47 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-09-07 16:13:57 -0400
commitad1917ecca2eb60a989fb0b6c044ae916321d9b9 (patch)
tree7e66a109c89c024261b7c6d6958a28738ee59595
parent5775f7b0daa979bc74303642c5fe8c5352e60e3a (diff)
downloadmeta-selinux-ad1917ecca2eb60a989fb0b6c044ae916321d9b9.tar.gz
audit: uprev to 2.8.4
Add aarch64 support Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/audit/audit_2.8.4.bb (renamed from recipes-security/audit/audit_2.7.6.bb)19
1 files changed, 10 insertions, 9 deletions
diff --git a/recipes-security/audit/audit_2.7.6.bb b/recipes-security/audit/audit_2.8.4.bb
index d655e64..c756552 100644
--- a/recipes-security/audit/audit_2.7.6.bb
+++ b/recipes-security/audit/audit_2.8.4.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"
18SRC_URI[md5sum] = "55a81bbed973b58a90590c949e71dc3e" 18SRC_URI[md5sum] = "ec9510312564c3d9483bccf8dbda4779"
19SRC_URI[sha256sum] = "fa65289cffdc95a25bfbdba541f43ee1b12c707090a38fd027dcf9354b9014e7" 19SRC_URI[sha256sum] = "a410694d09fc5708d980a61a5abcb9633a591364f1ecc7e97ad5daef9c898c38"
20 20
21inherit autotools pythonnative update-rc.d systemd 21inherit autotools pythonnative update-rc.d systemd
22 22
@@ -30,16 +30,17 @@ SYSTEMD_SERVICE_auditd = "auditd.service"
30DEPENDS += "python tcp-wrappers libcap-ng linux-libc-headers (>= 2.6.30) swig-native" 30DEPENDS += "python tcp-wrappers libcap-ng linux-libc-headers (>= 2.6.30) swig-native"
31 31
32EXTRA_OECONF += "--without-prelude \ 32EXTRA_OECONF += "--without-prelude \
33 --with-libwrap \ 33 --with-libwrap \
34 --enable-gssapi-krb5=no \ 34 --enable-gssapi-krb5=no \
35 --with-libcap-ng=yes \ 35 --with-libcap-ng=yes \
36 --with-python=yes \ 36 --with-python=yes \
37 --libdir=${base_libdir} \ 37 --libdir=${base_libdir} \
38 --sbindir=${base_sbindir} \ 38 --sbindir=${base_sbindir} \
39 --without-python3 \ 39 --without-python3 \
40 --disable-zos-remote \ 40 --disable-zos-remote \
41 " 41 "
42EXTRA_OECONF_append_arm = " --with-arm=yes" 42EXTRA_OECONF_append_arm = " --with-arm=yes"
43EXTRA_OECONF_append_aarch64 = " --with-aarch64=yes"
43 44
44EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ 45EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \
45 PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ 46 PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \