Skip to content

Commit

Permalink
package/libiio: Update to libiio v0.26
Browse files Browse the repository at this point in the history
 * Update to libiio v0.26

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Sep 27, 2024
1 parent f67be93 commit 38f5362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions package/libiio/libiio.hash
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ sha256 a2b5d848531ea64fd9f95327dfd5a588bd227d9577281ec375e822702c6a52d5 libiio-
sha256 21972599a3c143ab1f98002ad2b3f28f4aff927fde5f677478311cd4e517730c libiio-0.25.tar.gz
sha256 e791ad1cf35aef08fc6e2b6b0dcdd1cc21d36cf287d81fa14adb088c6c1d4c49 libiio-38483f31be391af66b35542f733e569febe13d3a-br1.tar.gz
sha256 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b COPYING.txt
sha256 fb445fb860ef1248759f45d4273a4eff360534480ec87af64c6b8db3b99be7e5 libiio-0.26.tar.gz

10 changes: 5 additions & 5 deletions package/libiio/libiio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
################################################################################


#LIBIIO_VERSION = 0.25
#LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))
LIBIIO_VERSION = 0.26
LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))

LIBIIO_VERSION = 38483f31be391af66b35542f733e569febe13d3a
LIBIIO_SITE = https://github.com/analogdevicesinc/libiio.git
LIBIIO_SITE_METHOD = git
#LIBIIO_VERSION = 38483f31be391af66b35542f733e569febe13d3a
#LIBIIO_SITE = https://github.com/analogdevicesinc/libiio.git
#LIBIIO_SITE_METHOD = git

LIBIIO_INSTALL_STAGING = YES
LIBIIO_LICENSE = LGPL-2.1+
Expand Down

0 comments on commit 38f5362

Please sign in to comment.