From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:39:07 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8XgB-004abE-1b for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:39:07 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xg9-00031k-1I; Mon, 21 Sep 2026 08:39:05 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfc-0000l1-MC for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:34 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 91F29200740; Mon, 21 Sep 2026 08:38:32 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8Xfc-00214b-1g; Mon, 21 Sep 2026 08:38:32 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8Xfc-0000000DIPL-1wNy; Mon, 21 Sep 2026 08:38:32 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:32 +0200 Message-ID: <20260921063832.3169017-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260914121307.134745-13-ada@thorsis.com> References: <20260914121307.134745-13-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [APPLIED] libnl3: Reorder variables and re-add section header comment X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 1e3a97706ac86eae342fd672e6978dc60e6a3a62. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:32 +0200, Alexander Dahl wrote: > Some tidy up before adding new things. > > Signed-off-by: Alexander Dahl > Message-Id: <20260914121307.134745-13-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libnl3.make b/rules/libnl3.make > index b1194b15d601..c61fa9d35456 100644 > --- a/rules/libnl3.make > +++ b/rules/libnl3.make > @@ -22,14 +22,18 @@ LIBNL3_SUFFIX := tar.gz > LIBNL3_URL := https://github.com/thom311/libnl/releases/download/$(LIBNL3_RELEASE)/$(LIBNL3).$(LIBNL3_SUFFIX) > LIBNL3_SOURCE := $(SRCDIR)/$(LIBNL3).$(LIBNL3_SUFFIX) > LIBNL3_DIR := $(BUILDDIR)/$(LIBNL3) > + > LIBNL3_LICENSE := LGPL-2.1-only AND BSD-3-Clause > +ifdef PTXCONF_LIBNL3_ENABLE_CLI > +LIBNL3_LICENSE += AND GPL-2.0-only > +endif > LIBNL3_LICENSE_FILES := \ > file://COPYING;md5=4fbd65380cdd255951079008b364516c \ > file://lib/xfrm/ae.c;startline=3;endline=32;md5=6813917a92b539b07534e1a79f5a6aca > > -ifdef PTXCONF_LIBNL3_ENABLE_CLI > -LIBNL3_LICENSE += AND GPL-2.0-only > -endif > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > > # > # autoconf