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 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | SRC_URI = "git://github.com/uber/pyflame.git;protocol=https;nobranch=1" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | COMPATIBLE_HOST_powerpc_class-target = "null" |
| 17 | COMPATIBLE_HOST_riscv64_class-target = "null" |
| 18 | COMPATIBLE_HOST_riscv32_class-target = "null" |