diff options
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 16 |
1 files changed, 15 insertions, 1 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 43264782e2..9e4bef7b4c 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | |||
| @@ -28,7 +28,21 @@ EXTRA_OECONF = "--enable-tools" | |||
| 28 | DEPENDS += "autoconf-archive-native" | 28 | DEPENDS += "autoconf-archive-native" |
| 29 | 29 | ||
| 30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" | 30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" |
| 31 | FILES_${PN}-tools = "${bindir}/*" | 31 | FILES_${PN}-tools = " \ |
| 32 | ${bindir}/gpiodetect \ | ||
| 33 | ${bindir}/gpioinfo \ | ||
| 34 | ${bindir}/gpioget \ | ||
| 35 | ${bindir}/gpioset \ | ||
| 36 | ${bindir}/gpiofind \ | ||
| 37 | ${bindir}/gpiomon \ | ||
| 38 | " | ||
| 39 | FILES_${PN}-ptest += " \ | ||
| 40 | ${bindir}/gpiod-test \ | ||
| 41 | ${bindir}/gpio-tools-test \ | ||
| 42 | ${bindir}/gpio-tools-test.bats \ | ||
| 43 | ${bindir}/gpiod-cxx-test \ | ||
| 44 | ${libdir}/libgpiomockup.so.* \ | ||
| 45 | " | ||
| 32 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" | 46 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |
| 33 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" | 47 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" |
| 34 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 48 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
