aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-06-07 10:43:35 +0200
committerKhem Raj <raj.khem@gmail.com>2021-06-09 08:49:20 -0700
commit4b16dedac67db9f66999237cf210c3f644eee339 (patch)
tree53dc06da5b97b14a04a460bd6a6442a92c711d32 /meta-oe/recipes-support
parentcf84284bb07a2e3d80e8aa6a7a7a33812d8636d8 (diff)
downloadmeta-openembedded-contrib-4b16dedac67db9f66999237cf210c3f644eee339.tar.gz
libgpiod: add the python test-suite to the ptest package
One more follow-up to the ptest updates - the python test suite was missed and is still in the main library package. Move it to libgpiod-ptest. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
index 48a1e23ef7..4feb2a669b 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
@@ -41,6 +41,7 @@ FILES_${PN}-ptest += " \
${bindir}/gpio-tools-test \
${bindir}/gpio-tools-test.bats \
${bindir}/gpiod-cxx-test \
+ ${bindir}/gpiod_py_test.py \
${libdir}/libgpiomockup.so.* \
"
FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*"