diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-29 11:39:47 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 12:46:50 -0800 |
| commit | b7e41815d395f2367f874294712ba373c5ce0d0a (patch) | |
| tree | edc08d55a8a6e134479b2a066e37ed0b6f0ffab6 /meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | |
| parent | f8befdbe18cb181df69dc84e931319d0397f2960 (diff) | |
| download | meta-openembedded-b7e41815d395f2367f874294712ba373c5ce0d0a.tar.gz | |
python3-gpiod: Tests rely on configfs support in kernel
Add a recommendation on configfs kernel module.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
| 24 | libgpiod-ptest \ | 24 | libgpiod-ptest \ |
| 25 | python3-setuptools \ | 25 | python3-setuptools \ |
| 26 | " | 26 | " |
| 27 | RRECOMMENDS:${PN}-ptest += "kernel-module-configfs" | ||
| 27 | 28 | ||
| 28 | export LINK_SYSTEM_LIBGPIOD = "1" | 29 | export LINK_SYSTEM_LIBGPIOD = "1" |
| 29 | 30 | ||
