From b9e0b2680cf9c3e7021ecb647ee0287ccb1dd331 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 31 Oct 2017 21:34:06 +0100 Subject: [PATCH] libiio: fix copy & paste error for iiod description 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 --- libs/libiio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libiio/Makefile b/libs/libiio/Makefile index 8c187ae64..4ed08e398 100644 --- a/libs/libiio/Makefile +++ b/libs/libiio/Makefile @@ -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