summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-14 19:25:48 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-14 19:25:48 +0100
commitf04cc4cd7938e4c259694b1b82492ea07d05f2c5 (patch)
tree2f98b7eb6c8b90222ff81ec7892d0d43ff8d6aeb /mk
parentaf4d84a1eecaa53f63788880f9c5e3c217283278 (diff)
downloadembtoolkit-f04cc4cd7938e4c259694b1b82492ea07d05f2c5.tar.gz
embtoolkit-f04cc4cd7938e4c259694b1b82492ea07d05f2c5.tar.bz2
embtoolkit-f04cc4cd7938e4c259694b1b82492ea07d05f2c5.tar.xz
Packages: New openssl: add openssl among security packages
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/packages.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 7820a7e..b610296 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -1,6 +1,6 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -152,6 +152,14 @@ ifeq ($(CONFIG_EMBTK_HAVE_MICROPERL),y)
include $(EMBTK_ROOT)/packages/scripting-languages/perl/perl.mk
ROOTFS_COMPONENTS += microperl_install
endif
+############################ Security packages #################################
+
+#OpenSSL
+include $(EMBTK_ROOT)/packages/security/openssl/openssl.mk
+ifeq ($(CONFIG_EMBTK_HAVE_OPENSSL),y)
+ROOTFS_COMPONENTS += openssl_install
+endif
+ROOTFS_COMPONENTS_CLEAN += openssl_clean
############################ System packages ###################################
########################## Miscellaneous packages ##############################