libiio: fix copy & paste error for iiod description
authorMichael Heimpold <redacted>
Tue, 31 Oct 2017 20:34:06 +0000 (21:34 +0100)
committerMichael Heimpold <redacted>
Tue, 31 Oct 2017 20:36:55 +0000 (21:36 +0100)
At the moment, the description for libiio is hidden by the short one, which
is intended for iiod. Fix this by removing the redefinition.

Signed-off-by: Michael Heimpold <redacted>
libs/libiio/Makefile

index 8c187ae649448aaf4646bd1159d4b7552e9bae60..4ed08e398e44b926e1a26d73c655184b071d3219 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libiio
 PKG_VERSION:=0.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)?
@@ -58,7 +58,7 @@ define Package/iiod
   DEPENDS:=+libiio
 endef
 
-define Package/libiio/description
+define Package/iiod/description
   Daemon to access IIO devices via network.
 endef
 
git clone https://git.99rst.org/PROJECT