From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 16 Sep 2024 16:34:51 +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 1sqCoW-0056MQ-0Z for lore@lore.pengutronix.de; Mon, 16 Sep 2024 16:34:51 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sqCoV-0005yF-AN; Mon, 16 Sep 2024 16:34:51 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sqCnr-0005Js-Ik; Mon, 16 Sep 2024 16:34:11 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sqCnq-008L9k-Sg; Mon, 16 Sep 2024 16:34:10 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sqCnq-00CJ7H-2j; Mon, 16 Sep 2024 16:34:10 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 16 Sep 2024 16:34:10 +0200 Message-Id: <20240916143410.2933409-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20240910115032.30832-1-t.scherer@eckelmann.de> References: <20240910115032.30832-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libiio: Version bump 0.23 -> 0.25 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: Thorsten Scherer 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 fb1d788521af759d7201caf27c33d0497ced2335. Michael [sent from post-receive hook] On Mon, 16 Sep 2024 16:34:10 +0200, Thorsten Scherer wrote: > Bump version and drop iio_adi_xflow_check, which has been moved to the > examples folder, from LIBIIO_TEST_TOOLS. > > Note from https://github.com/analogdevicesinc/libiio: > > Since August 22th 2023, the "main" branch of libiio contains > what will eventually become libiio v1.0. It features a brand new API, > which is incompatible with libiio v0.25 and older. Have a look at the > wiki[1] for a description of the API changes. > > [1] https://github.com/analogdevicesinc/libiio/wiki/libiio_0_to_1 > > Signed-off-by: Thorsten Scherer > Message-Id: <20240910115032.30832-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libiio.make b/rules/libiio.make > index 0cbc770044bf..ebd14b6ef777 100644 > --- a/rules/libiio.make > +++ b/rules/libiio.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBIIO) += libiio > # > # Paths and names > # > -LIBIIO_VERSION := 0.23 > -LIBIIO_MD5 := d23393bf1eefa0cd6fd4859efc453e95 > +LIBIIO_VERSION := 0.25 > +LIBIIO_MD5 := c8d5ea5ab44c2e99fab82baea9c92c57 > LIBIIO := libiio-$(LIBIIO_VERSION) > LIBIIO_SUFFIX := tar.gz > LIBIIO_URL := https://github.com/analogdevicesinc/libiio/archive/v$(LIBIIO_VERSION).$(LIBIIO_SUFFIX) > @@ -67,7 +67,7 @@ $(STATEDIR)/libiio.targetinstall: > @$(call install_lib, libiio, 0, 0, 0644, libiio) > > ifdef PTXCONF_LIBIIO_TEST_TOOLS > - @$(foreach testprog, adi_xflow_check attr genxml info readdev reg writedev, \ > + @$(foreach testprog, attr genxml info readdev reg writedev, \ > $(call install_copy, libiio, 0, 0, 0755, -, \ > /usr/bin/iio_$(testprog))$(ptx/nl)) > endif