From 9c9b846da34951dadd30009fd1b3515eec227c8d Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sun, 15 Sep 2019 11:08:49 +0200 Subject: [PATCH] libgpiod: update to 1.4.1 While at, fix minor nitpick during installation of library symlinks. Signed-off-by: Michael Heimpold --- libs/libgpiod/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libgpiod/Makefile b/libs/libgpiod/Makefile index ce393cdb4..5b43ede8f 100644 --- a/libs/libgpiod/Makefile +++ b/libs/libgpiod/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpiod -PKG_VERSION:=1.4 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/libs/libgpiod/ -PKG_HASH:=ebde83aaf14be3abd33e7a90faa487a2ee231e242897afe7fdefb765386b3c8b +PKG_HASH:=21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING @@ -67,7 +67,7 @@ endef define Package/libgpiod/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgpiod.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgpiod.so.* $(1)/usr/lib/ endef define Package/gpiod-tools/install