diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyflame.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyflame.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflame.inc b/meta-python/recipes-devtools/python/python-pyflame.inc new file mode 100644 index 0000000000..3b84a7e8f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyflame.inc | |||
@@ -0,0 +1,12 @@ | |||
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;tag=v${PV}" | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | inherit pkgconfig autotools | ||
12 | |||