From b7e41815d395f2367f874294712ba373c5ce0d0a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Feb 2024 11:39:47 -0800 Subject: python3-gpiod: Tests rely on configfs support in kernel Add a recommendation on configfs kernel module. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb index 0dbb38d200..d8c8628daa 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb @@ -24,6 +24,7 @@ RDEPENDS:${PN}-ptest += " \ libgpiod-ptest \ python3-setuptools \ " +RRECOMMENDS:${PN}-ptest += "kernel-module-configfs" export LINK_SYSTEM_LIBGPIOD = "1" -- cgit v1.2.3-54-g00ecf