mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libiio: fix typo from previous commit
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libiio
|
PKG_NAME:=libiio
|
||||||
PKG_VERSION:=0.10
|
PKG_VERSION:=0.10
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)?
|
||||||
@@ -33,7 +33,7 @@ define Package/libiio
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Library for interfacing with Linux IIO devices
|
TITLE:=Library for interfacing with Linux IIO devices
|
||||||
URL:=https://github.com/analogdevicesinc/libiio
|
URL:=https://github.com/analogdevicesinc/libiio
|
||||||
DEPENDS:=+PACKAGE_libaio:libaio +PACKAGE_libusb:libusb-1.0 +libxml2
|
DEPENDS:=+PACKAGE_libaio:libaio +PACKAGE_libusb-1.0:libusb-1.0 +libxml2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libiio/description
|
define Package/libiio/description
|
||||||
|
|||||||
Reference in New Issue
Block a user