Skip to content

Commit

Permalink
libiio: Update to 0.18
Browse files Browse the repository at this point in the history
While at, fix a minor nitpick while installing shared library symlinks.

Signed-off-by: Michael Heimpold <[email protected]>
  • Loading branch information
mhei committed Sep 16, 2019
1 parent 762a0ee commit d44ab1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/libiio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libiio
PKG_VERSION:=0.16
PKG_VERSION:=0.18
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:=5eb3ec24342eb01c49235a1d8a053462f930835a3002e687371b680a9bb150f6
PKG_HASH:=bc2c5299974b65cfe9aa4a06d8c74d7651594e026bce416db48a2c5aa7ba2554

PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=COPYING.txt
Expand Down Expand Up @@ -133,7 +133,7 @@ endef

define Package/libiio/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libiio.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libiio.so.* $(1)/usr/lib/
endef

define Package/iiod/install
Expand Down

0 comments on commit d44ab1a

Please sign in to comment.