summaryrefslogtreecommitdiffstats
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
parentcf84284bb07a2e3d80e8aa6a7a7a33812d8636d8 (diff)
downloadmeta-openembedded-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>
-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 48a1e23ef..4feb2a669 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 += " \
41 ${bindir}/gpio-tools-test \ 41 ${bindir}/gpio-tools-test \
42 ${bindir}/gpio-tools-test.bats \ 42 ${bindir}/gpio-tools-test.bats \
43 ${bindir}/gpiod-cxx-test \ 43 ${bindir}/gpiod-cxx-test \
44 ${bindir}/gpiod_py_test.py \
44 ${libdir}/libgpiomockup.so.* \ 45 ${libdir}/libgpiomockup.so.* \
45" 46"
46FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" 47FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*"