generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
16
package/ding-libs/Config.in
Normal file
16
package/ding-libs/Config.in
Normal file
@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_DING_LIBS
|
||||
bool "ding-libs"
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
The ding-libs packages contain a set of libraries used by
|
||||
the System Security Services Daemon (SSSD) and other
|
||||
projects and provide functions to manipulate filesystem
|
||||
pathnames (libpath_utils), a hash table to manage storage
|
||||
and access time properties (libdhash), a data type to
|
||||
collect data in a hierarchical structure (libcollection), a
|
||||
dynamically growing, reference-counted array (libref_array),
|
||||
and a library to process configuration files in
|
||||
initialization format (INI) into a library collection data
|
||||
structure (libini_config).
|
||||
|
||||
https://github.com/SSSD/ding-libs
|
||||
6
package/ding-libs/ding-libs.hash
Normal file
6
package/ding-libs/ding-libs.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# From https://github.com/SSSD/ding-libs/releases/download/0.6.2/ding-libs-0.6.2.tar.gz.sha256sum
|
||||
sha256 e5f07f34f5921bcb5ccccfe3751c28497879a6451cd7b395e99e24d9b5728e8d ding-libs-0.6.2.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
sha256 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58 COPYING.LESSER
|
||||
20
package/ding-libs/ding-libs.mk
Normal file
20
package/ding-libs/ding-libs.mk
Normal file
@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# ding-libs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DING_LIBS_VERSION = 0.6.2
|
||||
DING_LIBS_SITE = \
|
||||
https://github.com/SSSD/ding-libs/releases/download/$(DING_LIBS_VERSION)
|
||||
DING_LIBS_DEPENDENCIES = host-pkgconf \
|
||||
$(TARGET_NLS_DEPENDENCIES) \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
DING_LIBS_INSTALL_STAGING = YES
|
||||
DING_LIBS_LICENSE = LGPL-3.0+ (library),GPL-3.0+ (test programs)
|
||||
DING_LIBS_LICENSE_FILES = COPYING COPYING.LESSER
|
||||
|
||||
# autoconf/automake generated files not present in tarball
|
||||
DING_LIBS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user