summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-04 10:18:46 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2021-08-06 20:09:56 +0200
commitde38849b30cf533705c7b42b28863bcd910c6dbf (patch)
treeb24398a1e411f3bdc99baa33f0872f2e46eaecbc /meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb
parent5c990530b020a0437aee04be3ff77762a95ed629 (diff)
downloadmeta-openembedded-de38849b30cf533705c7b42b28863bcd910c6dbf.tar.gz
emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}jansa/master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb2
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 38bd23711..ac4ba85d7 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