mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
squid: fix ptest failure
Fix error when run ptest on target: cp: cannot stat '/usr/bin/true': No such file or directory make: *** [Makefile:1120: squid-conf-tests] Error 1 The correct path should be /bin/true on target. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -73,6 +73,9 @@ do_install_ptest() {
|
|||||||
sed -e 's/^\(runtest-TESTS:\)/\1 squid-conf-tests/' \
|
sed -e 's/^\(runtest-TESTS:\)/\1 squid-conf-tests/' \
|
||||||
-e "s/\(list=' \$(TESTS)\)/\1 squid-conf-tests/" \
|
-e "s/\(list=' \$(TESTS)\)/\1 squid-conf-tests/" \
|
||||||
-i ${D}${PTEST_PATH}/${TESTDIR}/Makefile
|
-i ${D}${PTEST_PATH}/${TESTDIR}/Makefile
|
||||||
|
|
||||||
|
# Ensure the path for command true is correct
|
||||||
|
sed -i 's:^TRUE = .*$:TRUE = /bin/true:' ${D}${PTEST_PATH}/${TESTDIR}/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user