From patchwork Tue Aug 25 09:45:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 510425 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 49817140295 for ; Tue, 25 Aug 2015 19:45:44 +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=UL+WBSmj; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5A2DDA4780; Tue, 25 Aug 2015 09:45:43 +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 X-uaswgqTqsO; Tue, 25 Aug 2015 09:45:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 54C76A477E; Tue, 25 Aug 2015 09:45:42 +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 523FF1C15C1 for ; Tue, 25 Aug 2015 09:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4B31E89407 for ; Tue, 25 Aug 2015 09:45:41 +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 v7Ss6Kt-O0UW for ; Tue, 25 Aug 2015 09:45:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by hemlock.osuosl.org (Postfix) with ESMTPS id 87029893E8 for ; Tue, 25 Aug 2015 09:45:40 +0000 (UTC) Received: by wicne3 with SMTP id ne3so9479887wic.0 for ; Tue, 25 Aug 2015 02:45:39 -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=R+Z/BfL8zLS/CBVLgZXsYuyzeicNbixy6lzGfTbFP5M=; b=UL+WBSmjwIn2tjyEi0ZaqwypwAMTKMBGmd+grj1VgYeqdw6EpWjCn5yDOoxykXakmb 1pim3A/M87IUJQwSyPu1NiNInVdIb5px7RnhqXq6Ge5P/OaWN+9u6Y5UpGXRNCx8z/Db vnwF+Q0W3gs0FzobMXqZLagBC7cBXq+R5NvTF67ROddjNHLSy6U+y+Ctbkcefq9hrxwl PAxhjHaNAjREdCdLmlD3vaB5oL1umKsJkVClbzbCVhFtiTtwKRjoVgwJYxwMB5m3T15v t0lxuzJz2+seLprPFBQu22XkTI3dIwBivufRNbHJa+PZky9qzLgpdCDMNZWGxPN0Gkh5 /f8A== X-Received: by 10.194.87.4 with SMTP id t4mr51604563wjz.84.1440495938888; Tue, 25 Aug 2015 02:45:38 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.209]) by smtp.gmail.com with ESMTPSA id i7sm1760707wib.15.2015.08.25.02.45.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Aug 2015 02:45:38 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 25 Aug 2015 11:45:24 +0200 Message-Id: <1440495924-18788-1-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH 1/1] 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 --- package/erlang-p1-tls/Config.in | 1 + 1 file changed, 1 insertion(+) 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