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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (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 E1739C433EF for ; Sun, 5 Dec 2021 10:08:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 94B2440251; Sun, 5 Dec 2021 10:08:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XK-8oJURFNLA; Sun, 5 Dec 2021 10:08:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id B9117401F7; Sun, 5 Dec 2021 10:08:20 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AF47A1BF283 for ; Sun, 5 Dec 2021 10:08:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9D00982AED for ; Sun, 5 Dec 2021 10:08:19 +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 fjnteVkUTUt4 for ; Sun, 5 Dec 2021 10:08:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.osuosl.org (Postfix) with ESMTPS id 9335D82496 for ; Sun, 5 Dec 2021 10:08:18 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 91F921C0002; Sun, 5 Dec 2021 10:08:15 +0000 (UTC) Date: Sun, 5 Dec 2021 11:08:14 +0100 From: Thomas Petazzoni To: James Hilliard Message-ID: <20211205110814.5846c87a@windsurf> In-Reply-To: <20211205005412.2888068-1-james.hilliard1@gmail.com> References: <20211205005412.2888068-1-james.hilliard1@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH v2 1/7] package/network-manager: bump to version 1.32.12 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: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sat, 4 Dec 2021 17:54:06 -0700 James Hilliard wrote: > Signed-off-by: James Hilliard > --- > package/network-manager/network-manager.hash | 4 ++-- > package/network-manager/network-manager.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Thanks! I've applied the entire series except the last patch to next, after changing the --with-XYZ=yes/--with-XYZ=no to --with-XYZ/--without-XYZ, which we normally use in Buildroot for autotools based packages. Because this was not consistent in network-manager.mk, I also did a follow-up commit that fixes up the options that were not consistent with this rule. And also, I've added a commit that orders the conditional blocks alphabetically. Make sure to rebase on the latest next branch before sending further updates on network-manager. Thanks a lot! 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