mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
opkg: make ptest output format align with common style
(From OE-Core rev: 333c2bd397ff3b0ec3e7812e04cb5e077fa59683) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
067d475dbb
commit
d9d208c532
@@ -61,6 +61,11 @@ do_install_append () {
|
||||
install -d ${D}${OPKGLIBDIR}/opkg
|
||||
}
|
||||
|
||||
do_install_ptest () {
|
||||
sed -i -e '/@echo $^/d' ${D}${PTEST_PATH}/tests/Makefile
|
||||
sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
RDEPENDS_${PN}_class-nativesdk = ""
|
||||
|
||||
Reference in New Issue
Block a user