From 6f62810e27eb908ff7d833e5ee1bfc5e5b488f17 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Thu, 27 Jun 2019 13:41:49 +0200 Subject: [PATCH] libgpiod: remove dependency to kernel version Now that we only use kernel versions that support libgpiod, we can remove the dependency on the kernel version. This enables libgpiod to be used with linux 4.19. Signed-off-by: Martin Schiller --- libs/libgpiod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libgpiod/Makefile b/libs/libgpiod/Makefile index 643ff9b7a1..d710f59cdc 100644 --- a/libs/libgpiod/Makefile +++ b/libs/libgpiod/Makefile @@ -34,7 +34,7 @@ define Package/libgpiod CATEGORY:=Libraries URL:=https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git TITLE:=Library for interacting with Linux's GPIO character device - DEPENDS:=@GPIO_SUPPORT @(LINUX_4_9||LINUX_4_14) + DEPENDS:=@GPIO_SUPPORT endef define Package/libgpiod/description -- 2.30.2