From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 06 Jan 2022 11:33:24 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n5Q5E-00CiOM-D6 for lore@lore.pengutronix.de; Thu, 06 Jan 2022 11:33:24 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1n5Q5D-0003Ea-I5; Thu, 06 Jan 2022 11:33:23 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n5Q4r-0003Ds-7P; Thu, 06 Jan 2022 11:33:01 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1n5Q4r-008lVr-2Y; Thu, 06 Jan 2022 11:33:00 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1n5Q4p-006hLs-KU; Thu, 06 Jan 2022 11:32:59 +0100 Date: Thu, 6 Jan 2022 11:32:59 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220105131337.4155479-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220105131337.4155479-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH v2] libcap: Version bump 2.51 -> 2.62. 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false On Wed, Jan 05, 2022 at 02:13:37PM +0100, Christian Melki wrote: > Update posix capability library. > > Change CC only directive to CROSS_COMPILE so that the new version can > build properly with cross builds. > > For host-libcap, change BUILD_GPERF to USE_GPERF, as the former is now a > reserved word. 'ptxdist lint' reports: [...] Checking patch directories ... Unused patch dir 'master.mol-next.v7a/i/lib/p/patches/libcap-2.51'. [...] Please take a look at the documentation[1]. It describes what checks you should run when submitting patches in general and for version bumps specifically. Michael [1] https://www.ptxdist.org/doc/contributing.html > Signed-off-by: Christian Melki > --- > rules/host-libcap.make | 2 +- > rules/libcap.make | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/host-libcap.make b/rules/host-libcap.make > index 2faae99c3..695ce6c44 100644 > --- a/rules/host-libcap.make > +++ b/rules/host-libcap.make > @@ -19,7 +19,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap > HOST_LIBCAP_MAKE_OPT := \ > prefix= \ > lib=lib \ > - BUILD_GPERF=no \ > + USE_GPERF=no \ > PAM_CAP=no \ > GOLANG=no \ > LIBATTR=no \ > diff --git a/rules/libcap.make b/rules/libcap.make > index 5ed11b1f3..df1eeef16 100644 > --- a/rules/libcap.make > +++ b/rules/libcap.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAP) += libcap > # > # Paths and names > # > -LIBCAP_VERSION := 2.51 > -LIBCAP_MD5 := 4c9febc1bf0afca6a4d9f86fcdb6d900 > +LIBCAP_VERSION := 2.62 > +LIBCAP_MD5 := 342c7560ed2103899f6914d1de75a89f > LIBCAP := libcap-$(LIBCAP_VERSION) > LIBCAP_SUFFIX := tar.xz > LIBCAP_URL := \ > @@ -31,7 +31,7 @@ LIBCAP_LICENSE_FILES := file://License;md5=e2370ba375efe9e1a095c26d37e483b8 > > LIBCAP_MAKE_OPT := \ > prefix=/usr lib=$(CROSS_LIB_DIR) \ > - CC=$(CROSS_CC) \ > + CROSS_COMPILE=$(COMPILER_PREFIX) \ > BUILD_CC=$(HOSTCC) \ > DYNAMIC=yes \ > GOLANG=no \ > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de