mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:32:40 +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:
parent
f486a18e83
commit
1d114ded14
@ -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.*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user