mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 07:38:23 +00:00
librelp: Fix ptest installs to work with dash
Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b320682bf5
commit
107d11c38f
@ -41,7 +41,7 @@ do_install_ptest() {
|
|||||||
install -d ${D}${PTEST_PATH}/${TESTDIR}
|
install -d ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
|
|
||||||
# copy source tests/*.sh and python scripts
|
# 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
|
# install data files needed by the test scripts on the target
|
||||||
cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR}
|
cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR}
|
cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user