From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 29 Sep 2021 14:46:47 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mVYz1-00013q-Le for lore@lore.pengutronix.de; Wed, 29 Sep 2021 14:46:47 +0200 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 1mVYz1-0004Xw-7X; Wed, 29 Sep 2021 14:46:47 +0200 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 1mVYyu-0004Xn-3O; Wed, 29 Sep 2021 14:46:40 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mVYyt-0005EM-IF; Wed, 29 Sep 2021 14:46:39 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mVYyt-00AnzR-HT; Wed, 29 Sep 2021 14:46:39 +0200 Date: Wed, 29 Sep 2021 14:46:39 +0200 From: Michael Olbrich To: Thorsten Scherer Message-ID: <20210929124639.GK2560099@pengutronix.de> Mail-Followup-To: Thorsten Scherer , ptxdist@pengutronix.de References: <20210926132330.2220954-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210926132330.2220954-1-t.scherer@eckelmann.de> 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 User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3 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 Sun, Sep 26, 2021 at 03:23:30PM +0200, Thorsten Scherer wrote: > - bump version > - reflect change in libgpiod commit 0dd2125 ("tests: remove make check > target") and remove '--disable-install-tests' > - fix linking of cxx bindings > > Signed-off-by: Thorsten Scherer > --- > rules/libgpiod.make | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/rules/libgpiod.make b/rules/libgpiod.make > index a30a03f87..09284871e 100644 > --- a/rules/libgpiod.make > +++ b/rules/libgpiod.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod > # > # Paths and names > # > -LIBGPIOD_VERSION := 1.3 > -LIBGPIOD_MD5 := 70a3d4738495f4ec0c5f3fa6aeb999ed > +LIBGPIOD_VERSION := 1.6.3 > +LIBGPIOD_MD5 := 25b6d8e7ebda37bb9b55aa290af0f062 > LIBGPIOD := libgpiod-$(LIBGPIOD_VERSION) > LIBGPIOD_SUFFIX := tar.gz > LIBGPIOD_URL := https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX) > @@ -32,7 +32,6 @@ LIBGPIOD_CONF_TOOL := autoconf > LIBGPIOD_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \ > - --disable-install-tests \ > --disable-tests \ > --$(call ptx/endis, PTXCONF_LIBGPIOD_CXX)-bindings-cxx \ > --$(call ptx/endis, PTXCONF_LIBGPIOD_PYTHON3)-bindings-python > @@ -47,6 +46,8 @@ LIBGPIOD_CPPFLAGS := \ > -isystem $(KERNEL_HEADERS_INCLUDE_DIR) > endif > > +LIBGPIOD_LDFLAGS:= -Wl,-rpath,$(LIBGPIOD_DIR)/lib/.libs That's a build-time issue, right? In that case -rpath-link instead of -rpath should be used here. Michael > + > LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIODETECT) += gpiodetect > LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOINFO) += gpioinfo > LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOGET) += gpioget > -- > 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