diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-12-06 12:11:31 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-06 20:55:57 -0800 |
commit | 3c559f1bf0d63f41ce22a6bd648b530cc926f3c6 (patch) | |
tree | 90f3ba386dd5345ef7bb25dd1079e6517c9a81c4 /meta-python | |
parent | c1ecee397a6c598d4c16b5778c611eb05c2bfd14 (diff) | |
download | meta-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.bb | 1 |
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 | " |
27 | RRECOMMENDS:${PN}-ptest += "kernel-module-configfs" | ||
28 | 27 | ||
29 | export LINK_SYSTEM_LIBGPIOD = "1" | 28 | export LINK_SYSTEM_LIBGPIOD = "1" |
30 | 29 | ||