summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-12-06 12:11:31 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-06 20:55:57 -0800
commit3c559f1bf0d63f41ce22a6bd648b530cc926f3c6 (patch)
tree90f3ba386dd5345ef7bb25dd1079e6517c9a81c4 /meta-python
parentc1ecee397a6c598d4c16b5778c611eb05c2bfd14 (diff)
downloadmeta-openembedded-3c559f1bf0d63f41ce22a6bd648b530cc926f3c6.tar.gz
python3-gpiod: don't recommend kernel-module-configfs for ptest
This is already done by the libgpiod recipe for libgpiod-gpiosim which is a dependency for python3-gpiod's ptest package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
index c4be99468a..a7c4ee52c3 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb
@@ -24,7 +24,6 @@ RDEPENDS:${PN}-ptest += " \
24 libgpiod-gpiosim \ 24 libgpiod-gpiosim \
25 python3-setuptools \ 25 python3-setuptools \
26" 26"
27RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
28 27
29export LINK_SYSTEM_LIBGPIOD = "1" 28export LINK_SYSTEM_LIBGPIOD = "1"
30 29