[oe-commits] [meta-openembedded] 07/39: ctdb: Call gnu-configize for getting new config.* files

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:45:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 62803fe3de8f1e62ce1114bbbf3303a9a3d43e39
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Apr 15 23:01:32 2018 -0700

    ctdb: Call gnu-configize for getting new config.* files
    
    Architecture support for riscv64 needs new config.guess
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
index b5a6064..2ca781b 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
@@ -35,6 +35,7 @@ LDFLAGS_append_libc-musl = " -ltirpc"
 RDEPENDS_${PN} += "procps"
 
 do_configure() {
+    gnu-configize --force ${S}
     oe_runconf
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list