From patchwork Fri Oct 25 08:39:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 1183903 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46zyGN3dBmz9sPL for ; Fri, 25 Oct 2019 19:39:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8A0DA83507; Fri, 25 Oct 2019 08:39:38 +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 bIOMHNH9nSPa; Fri, 25 Oct 2019 08:39:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0A93A835AF; Fri, 25 Oct 2019 08:39:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3E0FC1BF2B7 for ; Fri, 25 Oct 2019 08:39:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3B27A20469 for ; Fri, 25 Oct 2019 08:39:37 +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 SZFRg-mVRTyk for ; Fri, 25 Oct 2019 08:39:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ch3vs03.rockwellcollins.com (ch3vs03.rockwellcollins.com [205.175.226.47]) by silver.osuosl.org (Postfix) with ESMTPS id 4F83420005 for ; Fri, 25 Oct 2019 08:39:36 +0000 (UTC) IronPort-SDR: zmijiH99EXbRTNSG275FdReCJwxxEkjOrZJA0XEBGgPj+oMRAboikpz3FSUev/FaUPv6H4BAx9 4VUcesCGrLvPjh9pe0s5GhFsy8BgO8+3HXBOLJLNoHKodvTNLXZusyRonM57KIJLqCliWhWMXr NXaqTg9IR1elUynxE+S6FR5YSghCRghY++0YvT95nqGDMP5wHC8RatyqxXL9iPNshrNTMYaUef oHaS3pzNfbkWI/Ip0OZpfIcQBVy9mbJI27YJkJfYAUOfrY0o/NUipR48PkX1UrMBBRFtpzbA6u QMY= Received: from ofwch3n02.rockwellcollins.com (HELO crulimr02.rockwellcollins.com) ([205.175.226.14]) by ch3vs03.rockwellcollins.com with ESMTP; 25 Oct 2019 03:39:36 -0500 X-Received: from biscuits.rockwellcollins.lab (biscuits.rockwellcollins.lab [10.148.119.137]) by crulimr02.rockwellcollins.com (Postfix) with ESMTP id 731B460249; Fri, 25 Oct 2019 03:39:35 -0500 (CDT) From: Matt Weber To: buildroot@buildroot.org Date: Fri, 25 Oct 2019 03:39:34 -0500 Message-Id: <20191025083934.32234-1-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [PATCH] package/rng-tools: needs threads X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 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" Since the bump to 6.7 there has been a new dependency on threads. https://github.com/nhorman/rng-tools/commit/6952b8ae4736a9b8f58fd2ff330a423ea76cf515#diff-c949f93d03f44a4217d7a138f9e2e54a Fixes: http://autobuild.buildroot.net/results/fff63dd9a53eafe0234ad19f715f050527afedc8/ Signed-off-by: Matthew Weber --- package/rng-tools/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/rng-tools/Config.in b/package/rng-tools/Config.in index bbcf4db843..b5cce7e39d 100644 --- a/package/rng-tools/Config.in +++ b/package/rng-tools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_RNG_TOOLS bool "rng-tools" depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS || !(BR2_i386 || BR2_x86_64) # libgcrypt + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL select BR2_PACKAGE_JITTERENTROPY_LIBRARY # For rdrand ligcrypt is required and it's not obvious to users @@ -10,3 +11,6 @@ config BR2_PACKAGE_RNG_TOOLS Daemon to use hardware random number generators. http://sourceforge.net/projects/gkernel/ + +comment "rng-tools needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS