Commit 0f0f72c8 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

p11-kit: new package

parent 0e1ec378
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -610,6 +610,7 @@ source "package/mpc/Config.in"
source "package/mpfr/Config.in"
source "package/mtdev2tuio/Config.in"
source "package/orc/Config.in"
source "package/p11-kit/Config.in"
source "package/poco/Config.in"
source "package/protobuf/Config.in"
source "package/protobuf-c/Config.in"
+15 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_P11_KIT
	bool "p11-kit"
	depends on !BR2_PREFER_STATIC_LIB
	depends on BR2_USE_MMU
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_LIBTASN1
	help
	  Provides a way to load and enumerate PKCS#11 modules.
	  Provides a standard configuration setup for installing PKCS#11
	  modules in such a way that they're discoverable.

	  http://p11-glue.freedesktop.org/p11-kit.html

comment "p11-kit requires a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS
+15 −0
Original line number Diff line number Diff line
#############################################################
#
# p11-kit
#
#############################################################

P11_KIT_VERSION = 0.18.1
P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
P11_KIT_DEPENDENCIES = host-pkgconf libtasn1
P11_KIT_INSTALL_STAGING = YES
P11_KIT_CONF_OPT = --disable-static
P11_KIT_LICENSE = BSD-3c
P11_KIT_LICENSE_FILES = COPYING

$(eval $(autotools-package))