summaryrefslogtreecommitdiff
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-02 13:01:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-02 13:01:44 +0000
commitb73259c37a10c9d4d3d742053adc8da2db3a0ce6 (patch)
treeef6e559345a1e88969dfce32320cd60b855ff585 /package/libs
parentfa48c0db1dc0d1a6b0d77723412db5e628bd193f (diff)
downloadmtk-20170518-b73259c37a10c9d4d3d742053adc8da2db3a0ce6.zip
mtk-20170518-b73259c37a10c9d4d3d742053adc8da2db3a0ce6.tar.gz
mtk-20170518-b73259c37a10c9d4d3d742053adc8da2db3a0ce6.tar.bz2
polarssl: remove polarssl-progs, it is just a random collection of test programs
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40949
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/polarssl/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index cfabb9d..7f9f85b 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -43,19 +43,6 @@ $(call Package/polarssl/Default/description)
This package contains the PolarSSL library.
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
CMAKE_OPTIONS += \
@@ -75,10 +62,4 @@ define Package/libpolarssl/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpolarssl.so* $(1)/usr/lib/
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,polarssl-progs))