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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BC5B1C19F2A for ; Thu, 11 Aug 2022 21:02:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 531614154A; Thu, 11 Aug 2022 21:02:21 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 531614154A 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 Db2vGEkADFUe; Thu, 11 Aug 2022 21:02:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id D1DED410AE; Thu, 11 Aug 2022 21:02:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D1DED410AE Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 33A621BF2B9 for ; Thu, 11 Aug 2022 21:01:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0D1F84154A for ; Thu, 11 Aug 2022 21:01:58 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0D1F84154A 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 hIJDjmsVQ4Yo for ; Thu, 11 Aug 2022 21:01:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org DC2AE410AE Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by smtp4.osuosl.org (Postfix) with ESMTPS id DC2AE410AE for ; Thu, 11 Aug 2022 21:01:56 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id ECECB240005; Thu, 11 Aug 2022 21:01:54 +0000 (UTC) Date: Thu, 11 Aug 2022 23:01:54 +0200 To: Fabrice Fontaine Message-ID: <20220811230154.05ff5eff@windsurf> In-Reply-To: <20220809220452.2741272-1-fontaine.fabrice@gmail.com> References: <20220809220452.2741272-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1660251715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JkjpyVPQrhFm0j3b5k5fgrJJYo74TqwB/wytWDX4ZBU=; b=Z+F72lK7ADWSnYus44HOAJzSuIe5R/X2+imfLesEUIKUKPksSTHPFKIWl1EoDz0leMLL77 NJY8hK2I380aMv9BuAABgExLY7PKn/d9zYMkKoPjKtTsUPSl+7aqN4k7mGwcSWBajy8EtX wUKo/bqwozJAKtbskDaSZSu4msVkzGXLp4YsTyhy7egGh3p0QG3j6/UfFXUSMA9arv2EDf UX4eDtHDXrjGEK9I55HN6YeXcnkTyB7R7baoPMwc3qRh/MtrcE6ri7/xa/qi7YOqtv7wbP s5yD5mJWtW0+LFW94TO4j/F5FsINwc+i4bPQ2N/7mlsel9srIbQqoXOGFBPWsg== X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=Z+F72lK7 Subject: Re: [Buildroot] [PATCH 1/1] package/freeradius-server: fix memcached dependency 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: David GOUARIN , Matt Weber , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Wed, 10 Aug 2022 00:04:52 +0200 Fabrice Fontaine wrote: > Fix the following build failure raised since the addition of the package > in commit 736c4c1655d93652a9a7e79235bbe726b3d46176: > > Makefile:575: *** mysql is in the dependency chain of freeradius-server that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. > > Fixes: > - http://autobuild.buildroot.org/results/c3a9c3822b4599c1b16d27840b5663506e37a41f > > Signed-off-by: Fabrice Fontaine > --- > package/freeradius-server/freeradius-server.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot