diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2015-08-14 15:31:16 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-14 12:31:37 -0400 |
commit | 37f08555b087c1a367ae6ca8639a287aa304fdf9 (patch) | |
tree | 71b51e47e45797e276f8870466af0fcb0d73b9d8 | |
parent | e8f690371e2cd70d3a9fb6188ff428a2c99855ee (diff) | |
download | meta-selinux-37f08555b087c1a367ae6ca8639a287aa304fdf9.tar.gz |
audit: fix qa warning, update config option
update config option '--with-armeb' to '--with-arm'
for audit qa warning fix.
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/audit/audit_2.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/audit/audit_2.4.3.bb b/recipes-security/audit/audit_2.4.3.bb index 8f125c0..869713a 100644 --- a/recipes-security/audit/audit_2.4.3.bb +++ b/recipes-security/audit/audit_2.4.3.bb | |||
@@ -41,7 +41,7 @@ EXTRA_OECONF += "--without-prelude \ | |||
41 | --without-python3 \ | 41 | --without-python3 \ |
42 | --disable-zos-remote \ | 42 | --disable-zos-remote \ |
43 | " | 43 | " |
44 | EXTRA_OECONF_append_arm = " --with-armeb=yes" | 44 | EXTRA_OECONF_append_arm = " --with-arm=yes" |
45 | 45 | ||
46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | 46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ |
47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ | 47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ |