mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
16 lines
546 B
PHP
16 lines
546 B
PHP
DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \
|
|
multiple character encodings, but that support lacks from your system."
|
|
HOMEPAGE = "http://www.gnu.org/software/libiconv"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
|
|
|
|
SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
|
|
"
|
|
|
|
S = "${WORKDIR}/libiconv-${PV}"
|
|
|
|
inherit autotools gettext
|
|
|
|
EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable"
|