polarssl: remove polarssl-progs, it is just a random collection of test programs
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40949
This commit is contained in:
parent
fa48c0db1d
commit
b73259c37a
1 changed files with 0 additions and 19 deletions
|
@ -43,19 +43,6 @@ $(call Package/polarssl/Default/description)
|
||||||
This package contains the PolarSSL library.
|
This package contains the PolarSSL library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/polarssl-progs
|
|
||||||
$(call Package/polarssl/Default)
|
|
||||||
SECTION:=utils
|
|
||||||
CATEGORY:=Utilities
|
|
||||||
DEPENDS:=+libpolarssl +libpthread
|
|
||||||
TITLE+= (programs)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/polarssl-progs/description
|
|
||||||
$(call Package/polarssl/Default/description)
|
|
||||||
This package contains the PolarSSL programs.
|
|
||||||
endef
|
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
|
@ -75,10 +62,4 @@ define Package/libpolarssl/install
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpolarssl.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpolarssl.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/polarssl-progs/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libpolarssl))
|
$(eval $(call BuildPackage,libpolarssl))
|
||||||
$(eval $(call BuildPackage,polarssl-progs))
|
|
||||||
|
|
Loading…
Reference in a new issue