diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-04 10:18:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
| commit | fb95946eb51f6500b703ffb51822fa551b242db9 (patch) | |
| tree | 707c9f8e26358ea337ad6630358e2c4b16b96225 /meta-oe/recipes-support/libgpiod | |
| parent | 2871edc40c8649e67fddc103101a8b64c5227b26 (diff) | |
| download | meta-openembedded-fb95946eb51f6500b703ffb51822fa551b242db9.tar.gz | |
emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod')
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 |
1 files changed, 1 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 38bd23711e..ac4ba85d77 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | |||
| @@ -63,7 +63,7 @@ do_install_ptest() { | |||
| 63 | # we're not selecting libgpiod-tools. | 63 | # we're not selecting libgpiod-tools. |
| 64 | install -m 0755 ${S}/tools/gpio-tools-test ${D}${PTEST_PATH}/tests/ | 64 | install -m 0755 ${S}/tools/gpio-tools-test ${D}${PTEST_PATH}/tests/ |
| 65 | install -m 0755 ${S}/tools/gpio-tools-test.bats ${D}${PTEST_PATH}/tests/ | 65 | install -m 0755 ${S}/tools/gpio-tools-test.bats ${D}${PTEST_PATH}/tests/ |
| 66 | for tool in ${FILES_${PN}-tools}; do | 66 | for tool in ${FILES:${PN}-tools}; do |
| 67 | install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ | 67 | install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ |
| 68 | done | 68 | done |
| 69 | 69 | ||
