Skip to content

Commit

Permalink
package/libiio/libiio.mk: Update to git 2019_R2 (until next formal re…
Browse files Browse the repository at this point in the history
…lease)

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Mar 30, 2021
1 parent b079676 commit bcff860
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 @@ -13,3 +13,4 @@ sha256 f591693b8759b6f159ab7afcc1325854a883a486adaf8a849acbdfe0def9db56 libiio-
sha256 bc2c5299974b65cfe9aa4a06d8c74d7651594e026bce416db48a2c5aa7ba2554 libiio-0.18.tar.gz
sha256 81c414d5c47b715d9bc9275b9fabbfd9e9483e60c035f3001b5977932049595d libiio-0.19.tar.gz
sha256 03d13165cbeb83b036743cbd9a10e336c728da162714f39d13250a3d94305cac libiio-0.21.tar.gz
sha256 742adfae2c6f7f443772bf08729693855c1799d1ff6cb86d707045c81d014dbf libiio-fb64aca8adcaa607b482091b23b8edf10e5c1ad8.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.21
#LIBIIO_SITE = $(call github,analogdevicesinc,libiio,v$(LIBIIO_VERSION))

#LIBIIO_VERSION = 60063cb20312c2f06cb8b33e8692e4a0a3546738
#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=60063cb \
-DLIBIIO_VERSION_GIT=fb64aca \

ifeq ($(BR2_PACKAGE_LIBIIO_LOCAL_BACKEND),y)
LIBIIO_DEPENDENCIES += libini
Expand Down

0 comments on commit bcff860

Please sign in to comment.