c2a5b777a5
[Thomas: - adjust the title of the commit - remove the thread dependency, by using the --disable-threads option when needed - remove LIBUNISTRING_SOURCE, since its value was the default - use BR2_GNU_MIRROR in LIBUNISTRING_SITE - adjust the license, which really is LGPLv3+, not LGPLv2. The license file is COPYING.LIB.] Signed-off-by: Pedro Aguilar <paguilar@paguilar.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
config BR2_PACKAGE_LIBUNISTRING
|
|
bool "libunistring"
|
|
help
|
|
The libunistring library provides functions for manipulating
|
|
Unicode strings and for manipulating C strings according to
|
|
the Unicode standard.
|
|
|
|
http://www.gnu.org/software/libunistring/
|