Move all to deprecated folder.
This commit is contained in:
12
deprecated/firmware/buildroot/package/libunistring/Config.in
Normal file
12
deprecated/firmware/buildroot/package/libunistring/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBUNISTRING
|
||||
bool "libunistring"
|
||||
depends on BR2_USE_WCHAR
|
||||
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/
|
||||
|
||||
comment "libunistring needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 2df42eae46743e3f91201bf5c100041540a7704e8b9abfd57c972b2d544de41b libunistring-0.9.6.tar.xz
|
||||
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# libunistring
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBUNISTRING_VERSION = 0.9.6
|
||||
LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring
|
||||
LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz
|
||||
LIBUNISTRING_INSTALL_STAGING = YES
|
||||
LIBUNISTRING_LICENSE = LGPLv3+
|
||||
LIBUNISTRING_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
LIBUNISTRING_CONF_OPTS += --enable-threads=posix
|
||||
else
|
||||
LIBUNISTRING_CONF_OPTS += --disable-threads
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user