소스 검색

Merge pull request #73 from champtar/opensc

opensc: fix compilation
Nikos Mavrogiannopoulos 10 년 전
부모
커밋
30ab0e53c1
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4
    3
      utils/opensc/Makefile

+ 4
- 3
utils/opensc/Makefile 파일 보기

47
   CATEGORY:=Libraries
47
   CATEGORY:=Libraries
48
   TITLE:=OpenSC - PKCS11 provider
48
   TITLE:=OpenSC - PKCS11 provider
49
   URL:=https://github.com/OpenSC/OpenSC/wiki
49
   URL:=https://github.com/OpenSC/OpenSC/wiki
50
-  DEPENDS:=libopensc
50
+  DEPENDS:=+libopensc
51
 endef
51
 endef
52
 
52
 
53
 define Package/libopensc-pkcs11/description
53
 define Package/libopensc-pkcs11/description
59
   CATEGORY:=Libraries
59
   CATEGORY:=Libraries
60
   TITLE:=PKCS11 spying wrapper
60
   TITLE:=PKCS11 spying wrapper
61
   URL:=https://github.com/OpenSC/OpenSC/wiki
61
   URL:=https://github.com/OpenSC/OpenSC/wiki
62
+  DEPENDS:=+libopensc-pkcs11
62
 endef
63
 endef
63
 
64
 
64
 define Package/libpkcs11-spy/dscription
65
 define Package/libpkcs11-spy/dscription
84
   URL:=https://github.com/OpenSC/OpenSC/wiki
85
   URL:=https://github.com/OpenSC/OpenSC/wiki
85
   SECTION:=utils
86
   SECTION:=utils
86
   CATEGORY:=Utilities
87
   CATEGORY:=Utilities
87
-  DEPENDS:=opensc-utils $(wordlist 2,$(words $(subst :, ,$(1))),$(subst :, ,$(1)))
88
+  DEPENDS:=+opensc-utils $(wordlist 2,$(words $(subst :, ,$(1))),$(subst :, ,$(1)))
88
 endef
89
 endef
89
 endef
90
 endef
90
 
91
 
94
   URL:=https://github.com/OpenSC/OpenSC/wiki
95
   URL:=https://github.com/OpenSC/OpenSC/wiki
95
   SECTION:=lib
96
   SECTION:=lib
96
   CATEGORY:=Libraries
97
   CATEGORY:=Libraries
97
-  DEPENDS:=libopensc
98
+  DEPENDS:=+libopensc
98
 endef
99
 endef
99
 endef
100
 endef
100
 
101