opensc: fix compilation
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
This commit is contained in:
parent
1696bcef81
commit
79bdb90a66
1 changed files with 4 additions and 3 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,6 +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
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpkcs11-spy/dscription
|
define Package/libpkcs11-spy/dscription
|
||||||
|
@ -84,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
|
||||||
|
|
||||||
|
@ -94,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