generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/libllcp/Config.in
Normal file
12
package/libllcp/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBLLCP
|
||||
bool "libllcp"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_LIBNFC
|
||||
help
|
||||
Library extending libnfc with support for Logical Link Control
|
||||
Protocol.
|
||||
|
||||
https://github.com/nfc-tools/libllcp
|
||||
|
||||
comment "libllcp needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
3
package/libllcp/libllcp.hash
Normal file
3
package/libllcp/libllcp.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 4336533304a11ecb3041d211ccecd7759b7c7aad4f44037721803e2da1094d22 libllcp-05dfa8003433a7070bfd8ae02efdb0203bbf34aa.tar.gz
|
||||
sha256 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1 COPYING
|
||||
18
package/libllcp/libllcp.mk
Normal file
18
package/libllcp/libllcp.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libllcp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
|
||||
LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
|
||||
LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
|
||||
# There's no ./configure in the repository, so we need to autoreconf
|
||||
LIBLLCP_AUTORECONF = YES
|
||||
LIBLLCP_INSTALL_STAGING = YES
|
||||
LIBLLCP_LICENSE = GPL-3.0+
|
||||
LIBLLCP_LICENSE_FILES = COPYING
|
||||
# ensure graphviz isn't used
|
||||
LIBLLCP_CONF_ENV = ac_cv_path_DOT=
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user