From patchwork Tue Oct 28 13:33:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 404253 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 490B9140081 for ; Wed, 29 Oct 2014 00:35:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5187630DEF; Tue, 28 Oct 2014 13:35:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KsZ0F6cjCMrr; Tue, 28 Oct 2014 13:35:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EFFA02F7B3; Tue, 28 Oct 2014 13:35:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 59DEE1C1E77 for ; Tue, 28 Oct 2014 13:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5879C94CF5 for ; Tue, 28 Oct 2014 13:35:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rbJNYd66P80L for ; Tue, 28 Oct 2014 13:35:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by hemlock.osuosl.org (Postfix) with ESMTPS id AF5A494CB5 for ; Tue, 28 Oct 2014 13:35:12 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id d1so5802017wiv.5 for ; Tue, 28 Oct 2014 06:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tV0ACmY6Jsp9C+EGleC+X4sm9qbhyGUGqB5Op3PZPPU=; b=NXa0GFLYL50qXieT74JpWVuK6uF4lp2l0D7Mdysg0clUDZgJh6krgQH3BZ0VwfOYJE XuaYo59cKFQAMoTutL5dPv/R9zBNYB/XUeMWCIeb0AfdAejlYgQdNMIU3RK3SbIBTY1c S0rHfnlSznVh88RKNgxeGkwTQRjcD1fc5BXj8ssjYrvjs2FWsHolmr8kEqtejjyUsOWF I1bLIw77DXRsd10wwK1OkBd9V3A9uqT1t4TO2YGOzrddbC6gQ4s8H2qCK10yOTthF0kb W30JnLFswiNAOllBRCF23+uC78x93GqszmxxXDfhSpmaqU6bkgOGEIGPWw5htYssNuNv FvdA== X-Received: by 10.194.58.8 with SMTP id m8mr4362216wjq.43.1414503311189; Tue, 28 Oct 2014 06:35:11 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.208]) by mx.google.com with ESMTPSA id k10sm1867945wjb.28.2014.10.28.06.35.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Oct 2014 06:35:10 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 28 Oct 2014 14:33:46 +0100 Message-Id: <1414503232-28314-10-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> References: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH 09/15] erlang-p1-tls: new package. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Johan Oudinet --- package/Config.in | 1 + package/erlang-p1-tls/Config.in | 5 +++++ package/erlang-p1-tls/erlang-p1-tls.mk | 14 ++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 package/erlang-p1-tls/Config.in create mode 100644 package/erlang-p1-tls/erlang-p1-tls.mk diff --git a/package/Config.in b/package/Config.in index addb2b6..cbf05e2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -396,6 +396,7 @@ if BR2_PACKAGE_ERLANG menu "Erlang libraries/modules" source "package/erlang-goldrush/Config.in" source "package/erlang-lager/Config.in" + source "package/erlang-p1-tls/Config.in" source "package/erlang-p1-utils/Config.in" source "package/erlang-p1-xml/Config.in" source "package/erlang-p1-yaml/Config.in" diff --git a/package/erlang-p1-tls/Config.in b/package/erlang-p1-tls/Config.in new file mode 100644 index 0000000..1aa53bc --- /dev/null +++ b/package/erlang-p1-tls/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_ERLANG_P1_TLS + bool "erlang-p1-tls" + depends on BR2_PACKAGE_ERLANG + help + Erlang interface to OpenSSL diff --git a/package/erlang-p1-tls/erlang-p1-tls.mk b/package/erlang-p1-tls/erlang-p1-tls.mk new file mode 100644 index 0000000..a884377 --- /dev/null +++ b/package/erlang-p1-tls/erlang-p1-tls.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# erlang-p1-tls +# +################################################################################ + +ERLANG_P1_TLS_VERSION = 53f0478 +ERLANG_P1_TLS_SITE = $(call github,processone,tls,$(ERLANG_P1_TLS_VERSION)) +ERLANG_P1_TLS_LICENSE = GPLv2+ +ERLANG_P1_TLS_LICENSE_FILES = COPYING +ERLANG_P1_TLS_DEPENDENCIES = erlang +ERLANG_P1_TLS_INSTALL_STAGING = YES + +$(eval $(rebar-package))