diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-10-31 12:57:05 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2017-10-31 12:57:11 +0100 |
commit | 493c69efb53847e28555e90a386072ed4070d25f (patch) | |
tree | b7d646a705dca37a9288dd6a72f37436d3bfe120 /libs/libiio | |
parent | dddfd6c00ad23f1fc3848c61243da81467b19ad3 (diff) |
libiio: update to 0.11
While at, add a missing word in the description of the -utils package.
(Only compile tested at the moment for mxs platform.)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'libs/libiio')
-rw-r--r-- | libs/libiio/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libiio/Makefile b/libs/libiio/Makefile index 9105568db..8c187ae64 100644 --- a/libs/libiio/Makefile +++ b/libs/libiio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiio -PKG_VERSION:=0.10 -PKG_RELEASE:=5 +PKG_VERSION:=0.11 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=002d57f35715821efae66479859bc5357b4d8d33bfff1446b4e17b02ae2c10d2 +PKG_HASH:=0174111b028d84f18fb3716b22834a372a1f2575938f87e20e5cbd76747d0fdb PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING.txt @@ -71,7 +71,7 @@ define Package/iio-utils endef define Package/iio-utils/description - Command tools for IIO devices. + Command line tools for IIO devices. endef define Build/InstallDev |