From 4b16dedac67db9f66999237cf210c3f644eee339 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 7 Jun 2021 10:43:35 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 1 + 1 file changed, 1 insertion(+) 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.*"