Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 1 | SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest" |
| 2 | HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b" |
| 5 | |
| 6 | SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main" |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame^] | 7 | SRCREV = "aebdfb188e368c690ea55cf6c9c9ffa1a52def65" |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | inherit python_flit_core |
| 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |