diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-15 23:01:32 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
commit | 62803fe3de8f1e62ce1114bbbf3303a9a3d43e39 (patch) | |
tree | d2d3ace0bdfcc707f8724780638db927b955c4d5 | |
parent | 18b4b0ec545488be913b35ea9243292b578ca35f (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | 1 |
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 b5a60645c..2ca781bf5 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" | |||
35 | RDEPENDS_${PN} += "procps" | 35 | RDEPENDS_${PN} += "procps" |
36 | 36 | ||
37 | do_configure() { | 37 | do_configure() { |
38 | gnu-configize --force ${S} | ||
38 | oe_runconf | 39 | oe_runconf |
39 | } | 40 | } |
40 | 41 | ||