From patchwork Tue Aug 25 12:58:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 510495 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 466701401F6 for ; Tue, 25 Aug 2015 22:59:19 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Bi/XI3DN; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5911FA4469; Tue, 25 Aug 2015 12:59:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lvLjXybleM8Z; Tue, 25 Aug 2015 12:59:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 624C7A4A50; Tue, 25 Aug 2015 12:59:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 646AF1CECF7 for ; Tue, 25 Aug 2015 12:59:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 60C6F9567A for ; Tue, 25 Aug 2015 12:59: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 qySZnBmRHRdY for ; Tue, 25 Aug 2015 12:59:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by hemlock.osuosl.org (Postfix) with ESMTPS id B738C95726 for ; Tue, 25 Aug 2015 12:59:12 +0000 (UTC) Received: by wicja10 with SMTP id ja10so14282237wic.1 for ; Tue, 25 Aug 2015 05:59: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; bh=iGgWwODiTqdm6bzA6KkG0kKRVJu7yaLBwWrGb1fFUE8=; b=Bi/XI3DNXC+QBovGSaIrxipv24N7soVKL7678GrId0OSoW5wbi9rsAkMyMpefFaVdG NuF7Um2o1ux+5oDXTrNaVTUot6NGA8Fyj2QTdoDA0Lk6aoVSnVc+nZhmw5DCK7z1FqRK PU28hTxkGoybIxIwnwaqeqiTxJMouNefGj5Le+z/L1viA6+6NPgrczUh51LInTG/FKYY mTjoZIL7Y+txbbH5mh1ZQ/42pqkE2mqXHPsrGjp77velAj65qj390+k/PV7TUbTtiMaC jTQm3VYetmvFbTqz8ryzh6jSnCi0QEc1KQAoThyY32hSS3gXKqmGS7w41HnVmGZ9tGbq efWw== X-Received: by 10.180.99.232 with SMTP id et8mr4411849wib.80.1440507551072; Tue, 25 Aug 2015 05:59:11 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.209]) by smtp.gmail.com with ESMTPSA id o3sm28016962wjx.16.2015.08.25.05.59.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Aug 2015 05:59:10 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 25 Aug 2015 14:58:56 +0200 Message-Id: <1440507536-29611-1-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH 1/1][v2] erlang-p1-tls: add missing dependency to openssl 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 --- Changes v1 -> v2: - Add openssl dependency to the .mk file (suggested by Thomas). --- package/erlang-p1-tls/Config.in | 1 + package/erlang-p1-tls/erlang-p1-tls.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/package/erlang-p1-tls/Config.in b/package/erlang-p1-tls/Config.in index 42c6a3e..0df3348 100644 --- a/package/erlang-p1-tls/Config.in +++ b/package/erlang-p1-tls/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_ERLANG_P1_TLS bool "erlang-p1-tls" + select BR2_PACKAGE_OPENSSL 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 index d706797..4f1fc48 100644 --- a/package/erlang-p1-tls/erlang-p1-tls.mk +++ b/package/erlang-p1-tls/erlang-p1-tls.mk @@ -9,5 +9,6 @@ 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_INSTALL_STAGING = YES +ERLANG_P1_TLS_DEPENDENCIES = openssl $(eval $(rebar-package))