diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-08-03 10:27:26 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-08-03 10:27:26 +0800 |
commit | 5e1ce09acf1ad182321a6d532b2ed42f21788e5a (patch) | |
tree | 486de5ab97c267a561b4d843a200855e0fa13bd5 | |
parent | 20bd406a0eb8ba00376bab046905bb696c71fbce (diff) | |
download | meta-selinux-5e1ce09acf1ad182321a6d532b2ed42f21788e5a.tar.gz |
audit: inherit pythonnative
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-security/audit/audit_2.1.3.bb | 2 | ||||
-rw-r--r-- | recipes-security/audit/audit_2.2.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/audit/audit_2.1.3.bb b/recipes-security/audit/audit_2.1.3.bb index e9cf4d4..8c82918 100644 --- a/recipes-security/audit/audit_2.1.3.bb +++ b/recipes-security/audit/audit_2.1.3.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "http://people.redhat.com/sgrubb/audit/audit-2.1.3.tar.gz \ | |||
14 | 14 | ||
15 | SRC_URI += "file://audit-for-cross-compiling.patch" | 15 | SRC_URI += "file://audit-for-cross-compiling.patch" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools pythonnative |
18 | 18 | ||
19 | SRC_URI[md5sum] = "abf26e3ac09f666905c5636dd24611fa" | 19 | SRC_URI[md5sum] = "abf26e3ac09f666905c5636dd24611fa" |
20 | SRC_URI[sha256sum] = "1c61858d8ed299128aa6bd8e85bac758bfe33e61358d259e52acb7d961fee90e" | 20 | SRC_URI[sha256sum] = "1c61858d8ed299128aa6bd8e85bac758bfe33e61358d259e52acb7d961fee90e" |
diff --git a/recipes-security/audit/audit_2.2.1.bb b/recipes-security/audit/audit_2.2.1.bb index 34cfda1..ca94e64 100644 --- a/recipes-security/audit/audit_2.2.1.bb +++ b/recipes-security/audit/audit_2.2.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI += "file://2.2.1-audit-for-cross-compiling.patch \ | |||
17 | file://sbin-in-usr.patch \ | 17 | file://sbin-in-usr.patch \ |
18 | file://auditd" | 18 | file://auditd" |
19 | 19 | ||
20 | inherit autotools | 20 | inherit autotools pythonnative |
21 | 21 | ||
22 | SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" | 22 | SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" |
23 | SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" | 23 | SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" |