From a0717753007bbbc5161c0511509489ee16f488ed Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Fri, 30 Mar 2018 21:23:26 +0200 Subject: [PATCH] libgpiod: depend on kernel version Required kernel interface was introduced in kernel v4.8, so add the kernel version as dependency for this library. Signed-off-by: Michael Heimpold --- libs/libgpiod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libgpiod/Makefile b/libs/libgpiod/Makefile index fff1fe55fa..a0dd7a761c 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 + DEPENDS:=@GPIO_SUPPORT @(LINUX_4_9||LINUX_4_14) endef define Package/libgpiod/description