From 107d11c38fd45aaff900a9aeee9e70f8e6c679c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 19 Aug 2023 10:32:11 -0700 Subject: librelp: Fix ptest installs to work with dash Suggested-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb index 705452734a..9d949c6303 100644 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb @@ -41,7 +41,7 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/${TESTDIR} # copy source tests/*.sh and python scripts - cp -f ${S}/${TESTDIR}/*.{sh,py} ${D}${PTEST_PATH}/${TESTDIR} + cp -f ${S}/${TESTDIR}/*.sh ${S}/${TESTDIR}/*.py ${D}${PTEST_PATH}/${TESTDIR} # install data files needed by the test scripts on the target cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR} cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR} -- cgit v1.2.3-54-g00ecf