opensc: partially revert commit 79bdb90
add actual libpkcs11-spy dependencies and restore submenus Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
30ab0e53c1
commit
ccda02e4fa
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ define Package/libopensc-pkcs11
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=OpenSC - PKCS11 provider
|
TITLE:=OpenSC - PKCS11 provider
|
||||||
URL:=https://github.com/OpenSC/OpenSC/wiki
|
URL:=https://github.com/OpenSC/OpenSC/wiki
|
||||||
DEPENDS:=+libopensc
|
DEPENDS:=libopensc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libopensc-pkcs11/description
|
define Package/libopensc-pkcs11/description
|
||||||
|
@ -59,7 +59,7 @@ define Package/libpkcs11-spy
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=PKCS11 spying wrapper
|
TITLE:=PKCS11 spying wrapper
|
||||||
URL:=https://github.com/OpenSC/OpenSC/wiki
|
URL:=https://github.com/OpenSC/OpenSC/wiki
|
||||||
DEPENDS:=+libopensc-pkcs11
|
DEPENDS:=+libopenssl +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpkcs11-spy/dscription
|
define Package/libpkcs11-spy/dscription
|
||||||
|
@ -85,7 +85,7 @@ define Package/opensc-utils-$(subst _,-,$(firstword $(subst :, ,$(1))))
|
||||||
URL:=https://github.com/OpenSC/OpenSC/wiki
|
URL:=https://github.com/OpenSC/OpenSC/wiki
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+opensc-utils $(wordlist 2,$(words $(subst :, ,$(1))),$(subst :, ,$(1)))
|
DEPENDS:=opensc-utils $(wordlist 2,$(words $(subst :, ,$(1))),$(subst :, ,$(1)))
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ define Package/libopensc-profile-$(subst _,-,$(firstword $(subst :, ,$(1))))
|
||||||
URL:=https://github.com/OpenSC/OpenSC/wiki
|
URL:=https://github.com/OpenSC/OpenSC/wiki
|
||||||
SECTION:=lib
|
SECTION:=lib
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libopensc
|
DEPENDS:=libopensc
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue