Skip to content

Commit

Permalink
package/libiio: Bump to libiio v0.23
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Aug 20, 2021
1 parent 06afa9f commit 35af596
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions package/libiio/libiio.hash
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ sha256 bc2c5299974b65cfe9aa4a06d8c74d7651594e026bce416db48a2c5aa7ba2554 libiio-
sha256 81c414d5c47b715d9bc9275b9fabbfd9e9483e60c035f3001b5977932049595d libiio-0.19.tar.gz
sha256 03d13165cbeb83b036743cbd9a10e336c728da162714f39d13250a3d94305cac libiio-0.21.tar.gz
sha256 742adfae2c6f7f443772bf08729693855c1799d1ff6cb86d707045c81d014dbf libiio-fb64aca8adcaa607b482091b23b8edf10e5c1ad8.tar.gz
sha256 df1577740ea93dca732e7d7c04786600cb083117901dee793f3d38980754af00 libiio-0.23.tar.gz
12 changes: 6 additions & 6 deletions package/libiio/libiio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
################################################################################

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

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

LIBIIO_INSTALL_STAGING = YES
LIBIIO_LICENSE = LGPL-2.1+
Expand All @@ -25,7 +25,7 @@ LIBIIO_CONF_OPTS = -DENABLE_IPV6=ON \
-DWITH_TESTS=$(if $(BR2_PACKAGE_LIBIIO_TESTS),ON,OFF) \
-DWITH_DOC=OFF

-DLIBIIO_VERSION_GIT=fb64aca \
# -DLIBIIO_VERSION_GIT=fb64aca \
ifeq ($(BR2_PACKAGE_LIBIIO_LOCAL_BACKEND),y)
LIBIIO_DEPENDENCIES += libini
Expand Down

0 comments on commit 35af596

Please sign in to comment.