mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
We now have a separate package containing the libgpiosim shared object which is all from libgpiod-ptest that we need for this package's tests. Let's relax the run-time dependency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
0718d6e84d
commit
c1ecee397a
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += " \
|
|||||||
python3-profile \
|
python3-profile \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
libgpiod-ptest \
|
libgpiod-gpiosim \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
"
|
"
|
||||||
RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
|
RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user