Skip to content

Commit

Permalink
package: libiio: libiio.mk: Bump libiio to version 0.24
Browse files Browse the repository at this point in the history
Update libiio to version 0.24

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Jul 11, 2022
1 parent 8ead986 commit 19749a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package/libiio/libiio.hash
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ sha256 03d13165cbeb83b036743cbd9a10e336c728da162714f39d13250a3d94305cac libiio-
sha256 742adfae2c6f7f443772bf08729693855c1799d1ff6cb86d707045c81d014dbf libiio-fb64aca8adcaa607b482091b23b8edf10e5c1ad8.tar.gz
sha256 df1577740ea93dca732e7d7c04786600cb083117901dee793f3d38980754af00 libiio-0.23.tar.gz
sha256 359df9cbb200361c6bd13d4ed3400e9ecb9d483f1dc5d7a57797e7b590bc5ac3 libiio-60de6b948a04d4074d2feca46dbb64dca92ae60d-br1.tar.gz
sha256 a2b5d848531ea64fd9f95327dfd5a588bd227d9577281ec375e822702c6a52d5 libiio-0.24.tar.gz

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

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

LIBIIO_VERSION = 60de6b948a04d4074d2feca46dbb64dca92ae60d
LIBIIO_SITE = https://github.com/analogdevicesinc/libiio.git
LIBIIO_SITE_METHOD = git
LIBIIO_VERSION = 0.24
LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))

#LIBIIO_VERSION = 60de6b948a04d4074d2feca46dbb64dca92ae60d
#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 19749a3

Please sign in to comment.