[oe] [meta-oe][PATCH] pam-ssh-agent-auth: Get newer version of config.sub and config.guess scripts

Khem Raj raj.khem at gmail.com
Fri Sep 1 16:05:34 UTC 2017


helps compiling on newer architectures and libcs like musl

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
index 42b648e8b..ff88533ff 100644
--- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
+++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
@@ -30,6 +30,8 @@ inherit autotools-brokensep
 # these functions do not exist.
 #
 do_configure () {
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
     oe_runconf --without-openssl-header-check  --libexecdir=${base_libdir}/security \
                ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
 }
-- 
2.14.1




More information about the Openembedded-devel mailing list