From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D78DC433F5 for ; Wed, 6 Oct 2021 15:31:43 +0000 (UTC) Received: from smtp4.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 mail.kernel.org (Postfix) with ESMTPS id A7DA06103D for ; Wed, 6 Oct 2021 15:31:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A7DA06103D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 852A440855; Wed, 6 Oct 2021 15:31:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zQ0IgMDBtT3k; Wed, 6 Oct 2021 15:31:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id E1C1A40862; Wed, 6 Oct 2021 15:31:40 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A929E1BF947 for ; Wed, 6 Oct 2021 15:31:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 97BFE83C34 for ; Wed, 6 Oct 2021 15:31:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sylwrl6RFLfl for ; Wed, 6 Oct 2021 15:31:16 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id 0117D83F87 for ; Wed, 6 Oct 2021 15:31:16 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id C8BFE923D3; Wed, 6 Oct 2021 15:28:39 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Wed, 6 Oct 2021 16:37:30 +0200 X-Git-Refname: refs/heads/2021.05.x X-Git-Oldrev: 33d51c839e1c1d1a749c2c25a8aab0d125a74e41 X-Git-Newrev: 13ffd648ed071cbbff3c5f50470fef0a8b57dcc7 X-Patchwork-Hint: ignore Message-Id: <20211006152839.C8BFE923D3@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.05.x] package/runc: fix typo of toolchain in config.in X-BeenThere: buildroot@buildroot.org 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=13ffd648ed071cbbff3c5f50470fef0a8b57dcc7 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x BR2_TOOLCHAN_USES_UCLIBC -> BR2_TOOLCHAIN_USES_UCLIBC Signed-off-by: Christian Stewart Signed-off-by: Yann E. MORIN (cherry picked from commit b03ea972ae650434b2d72085e1fd5d676cb6c5f9) Signed-off-by: Peter Korsgaard --- package/runc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/runc/Config.in b/package/runc/Config.in index f181ee334f..66203896a8 100644 --- a/package/runc/Config.in +++ b/package/runc/Config.in @@ -13,4 +13,4 @@ config BR2_PACKAGE_RUNC comment "runc needs a glibc or musl toolchain w/ threads" depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS && \ BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS - depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAN_USES_UCLIBC + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_UCLIBC _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot