diff options
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 9 |
1 files changed, 5 insertions, 4 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 d9c2517057..f51906a430 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | |||
| @@ -4,8 +4,9 @@ AUTHOR = "Bartosz Golaszewski <bgolaszewski@baylibre.com>" | |||
| 4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://www.kernel.org/pub/software/libs/${BPN}/${BP}.tar.xz \ | 7 | SRC_URI = " \ |
| 8 | file://run-ptest \ | 8 | https://www.kernel.org/pub/software/libs/${BPN}/${BP}.tar.xz \ |
| 9 | file://run-ptest \ | ||
| 9 | " | 10 | " |
| 10 | 11 | ||
| 11 | SRC_URI[md5sum] = "28e79f6f70fee1da9079558d8b7b3736" | 12 | SRC_URI[md5sum] = "28e79f6f70fee1da9079558d8b7b3736" |
| @@ -39,6 +40,6 @@ RRECOMMENDS_${PN}-python += "${RRECOMMENDS_PYTHON}" | |||
| 39 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" | 40 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" |
| 40 | 41 | ||
| 41 | do_install_ptest() { | 42 | do_install_ptest() { |
| 42 | install -d ${D}${PTEST_PATH}/tests | 43 | install -d ${D}${PTEST_PATH}/tests |
| 43 | cp ${B}/tests/.libs/gpiod-test ${D}${PTEST_PATH}/tests/ | 44 | cp ${B}/tests/.libs/gpiod-test ${D}${PTEST_PATH}/tests/ |
| 44 | } | 45 | } |
