mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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"
|
PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
gnu-configize --verbose --force ${S}
|
||||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
|
||||||
autoconf
|
autoconf
|
||||||
oe_runconf
|
oe_runconf
|
||||||
# license is incompatible with lib/util/getoptx.*
|
# license is incompatible with lib/util/getoptx.*
|
||||||
|
|||||||
Reference in New Issue
Block a user