Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Pyflame: A Ptracing Profiler For Python" |
| 2 | HOMEPAGE = "https://github.com/uber/pyflame" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
| 6 | DEPENDS = "python" |
| 7 | |
| 8 | SRC_URI = "git://github.com/uber/pyflame.git;protocol=https" |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | inherit pkgconfig autotools |
| 12 | |
| 13 | COMPATIBLE_HOST_libc-musl_class-target = "null" |
| 14 | COMPATIBLE_HOST_mipsarch_class-target = "null" |
| 15 | COMPATIBLE_HOST_aarch64_class-target = "null" |