From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Feb 2022 16:40:58 +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 1nL5NS-0031CP-89 for lore@lore.pengutronix.de; Fri, 18 Feb 2022 16:40:58 +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 1nL5NR-0005i6-Kp; Fri, 18 Feb 2022 16:40:57 +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 1nL5NE-0005hi-Go; Fri, 18 Feb 2022 16:40:44 +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 1nL5NE-00HQwY-9n; Fri, 18 Feb 2022 16:40:43 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nL5NC-00FqSZ-Hb; Fri, 18 Feb 2022 16:40:42 +0100 Date: Fri, 18 Feb 2022 16:40:42 +0100 From: Michael Olbrich To: Thorsten Scherer Message-ID: Mail-Followup-To: Thorsten Scherer , ptxdist@pengutronix.de References: <20220217201112.119198-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220217201112.119198-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 Subject: Re: [ptxdist] [PATCH] libiio: Version bump 0.17 -> 0.23 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 Thu, Feb 17, 2022 at 09:11:12PM +0100, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > --- > rules/libiio.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/libiio.make b/rules/libiio.make > index c630e92b9..23c44f373 100644 > --- a/rules/libiio.make > +++ b/rules/libiio.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBIIO) += libiio > # > # Paths and names > # > -LIBIIO_VERSION := 0.17 > -LIBIIO_MD5 := 05a45aad2d50ef8c8a015d0caaf3802d > +LIBIIO_VERSION := 0.23 > +LIBIIO_MD5 := d23393bf1eefa0cd6fd4859efc453e95 Please update the cmake options. scripts/configure_helper.py can help you a bit. But with cmake it has some issues because sometimes not all relevant options are listed and some useless ones are added. It can help if you compare the output for the old and new version. Michael > LIBIIO := libiio-$(LIBIIO_VERSION) > LIBIIO_SUFFIX := tar.gz > LIBIIO_URL := https://github.com/analogdevicesinc/libiio/archive/v$(LIBIIO_VERSION).$(LIBIIO_SUFFIX) > -- > 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