mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
xmlrpc-c: use gnu-configize
Use gnu-configize instead of copying files manually. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -35,8 +35,7 @@ PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus"
|
||||
PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
gnu-configize --verbose --force ${S}
|
||||
autoconf
|
||||
oe_runconf
|
||||
# license is incompatible with lib/util/getoptx.*
|
||||
|
||||
Reference in New Issue
Block a user