Also re-arrange the recipe to match conventional order.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
inherit pypi ptest setuptools3
-SRC_URI[sha256sum] = "585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88"
+SRC_URI[sha256sum] = "2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef"
-RDEPENDS:${PN} += " \
- python3-json \
+SRC_URI += " \
+ file://run-ptest \
"
-BBCLASSEXTEND = "native nativesdk"
+do_install_ptest() {
+ cp -f ${S}/tests.py ${D}${PTEST_PATH}/
+}
-SRC_URI += " \
- file://run-ptest \
+RDEPENDS:${PN} += " \
+ python3-json \
"
RDEPENDS:${PN}-ptest += " \
python3-unittest-automake-output \
"
-do_install_ptest() {
- cp -f ${S}/tests.py ${D}${PTEST_PATH}/
-}
+BBCLASSEXTEND = "native nativesdk"