[yocto] [PATCH 2/3] audit: fix unknown-configure-option --with-armeb

wenzong.fan at windriver.com wenzong.fan at windriver.com
Thu Aug 13 20:21:49 PDT 2015


From: Wenzong Fan <wenzong.fan at windriver.com>

The option has been replaced by "--with-arm":

  $ ./configure -h
  --with-arm  enable Arm eabi processor support

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
---
 recipes-security/audit/audit_2.4.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/audit/audit_2.4.3.bb b/recipes-security/audit/audit_2.4.3.bb
index 7fd8692..460ace0 100644
--- a/recipes-security/audit/audit_2.4.3.bb
+++ b/recipes-security/audit/audit_2.4.3.bb
@@ -38,7 +38,7 @@ EXTRA_OECONF += "--without-prelude \
         --without-python3 \
         --disable-zos-remote \
 	"
-EXTRA_OECONF_append_arm = " --with-armeb=yes"
+EXTRA_OECONF_append_arm = " --with-arm=yes"
 
 EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \
 	PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \
-- 
1.9.1




More information about the yocto mailing list