libiio: enable xml by default
iio-utils requires it. Also made an @ dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a5a921f62d
commit
fe752876f0
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libiio
|
PKG_NAME:=libiio
|
||||||
PKG_VERSION:=0.21
|
PKG_VERSION:=0.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
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)?
|
||||||
|
@ -69,7 +69,7 @@ config LIBIIO_NETWORK_BACKEND
|
||||||
bool "Enable network backend"
|
bool "Enable network backend"
|
||||||
depends on PACKAGE_libiio
|
depends on PACKAGE_libiio
|
||||||
select LIBIIO_XML_BACKEND
|
select LIBIIO_XML_BACKEND
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LIBIIO_USB_BACKEND
|
config LIBIIO_USB_BACKEND
|
||||||
bool "Enable USB backend"
|
bool "Enable USB backend"
|
||||||
|
@ -101,7 +101,7 @@ define Package/iiod
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Linux IIO daemon
|
TITLE:=Linux IIO daemon
|
||||||
URL:=https://github.com/analogdevicesinc/libiio
|
URL:=https://github.com/analogdevicesinc/libiio
|
||||||
DEPENDS:=+libiio
|
DEPENDS:=+libiio @LIBIIO_XML_BACKEND
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iiod/description
|
define Package/iiod/description
|
||||||
|
|
Loading…
Reference in a new issue