aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-15 23:01:32 -0700
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:32:26 -0700
commit62803fe3de8f1e62ce1114bbbf3303a9a3d43e39 (patch)
treed2d3ace0bdfcc707f8724780638db927b955c4d5 /meta-networking/recipes-support
parent18b4b0ec545488be913b35ea9243292b578ca35f (diff)
downloadmeta-openembedded-contrib-62803fe3de8f1e62ce1114bbbf3303a9a3d43e39.tar.gz
ctdb: Call gnu-configize for getting new config.* files
Architecture support for riscv64 needs new config.guess Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb1
1 files changed, 1 insertions, 0 deletions
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 b5a60645c5..2ca781bf56 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
}