mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
libiconv: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/libiconv-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--enable-shared --enable-static"
|
||||
|
||||
@@ -19,10 +19,3 @@ do_configure () {
|
||||
rm -f m4/libtool.m4 libcharset/m4/libtool.m4
|
||||
autotools_do_configure
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
oe_libinstall -so -a -C lib libiconv ${STAGING_LIBDIR}
|
||||
oe_libinstall -so -C lib libiconv_plug_linux ${STAGING_LIBDIR}
|
||||
oe_libinstall -so -a -C libcharset/lib libcharset ${STAGING_LIBDIR}
|
||||
autotools_stage_includes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user