summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb')
-rw-r--r--meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
index ef73455d7..36205009a 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
@@ -35,8 +35,7 @@ PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus"
35PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl" 35PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
36 36
37do_configure() { 37do_configure() {
38 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} 38 gnu-configize --verbose --force ${S}
39 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
40 autoconf 39 autoconf
41 oe_runconf 40 oe_runconf
42 # license is incompatible with lib/util/getoptx.* 41 # license is incompatible with lib/util/getoptx.*