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 917C2C433F5 for ; Wed, 6 Oct 2021 15:31:20 +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 2F8FF61040 for ; Wed, 6 Oct 2021 15:31:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2F8FF61040 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 055CB40855; Wed, 6 Oct 2021 15:31:20 +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 52Ji8PuT53sS; Wed, 6 Oct 2021 15:31:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 58EFD404B3; Wed, 6 Oct 2021 15:31:18 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 957E31BF947 for ; Wed, 6 Oct 2021 15:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 929E48400C 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 t0KIomtb6gWk for ; Wed, 6 Oct 2021 15:31:15 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id EC5B683C34 for ; Wed, 6 Oct 2021 15:31:15 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id BEA82923D2; Wed, 6 Oct 2021 15:28:39 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Wed, 6 Oct 2021 16:37:28 +0200 X-Git-Refname: refs/heads/2021.05.x X-Git-Oldrev: d78dd82eb71d90a8688298088576999bf8df2328 X-Git-Newrev: 33d51c839e1c1d1a749c2c25a8aab0d125a74e41 X-Patchwork-Hint: ignore Message-Id: <20211006152839.BEA82923D2@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.05.x] package/lxc: 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=33d51c839e1c1d1a749c2c25a8aab0d125a74e41 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 71ce29eff3b1717904decb995b70a25555adef2b) Signed-off-by: Peter Korsgaard --- package/lxc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lxc/Config.in b/package/lxc/Config.in index 72b675113d..a3f9be0c90 100644 --- a/package/lxc/Config.in +++ b/package/lxc/Config.in @@ -21,4 +21,4 @@ comment "lxc needs a glibc or musl toolchain w/ threads, headers >= 3.0, dynamic || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \ || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \ || BR2_STATIC_LIBS \ - || BR2_TOOLCHAN_USES_UCLIBC + || BR2_TOOLCHAIN_USES_UCLIBC _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot