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