From 6c9ac25d7bed8403859435cbc2010bd1b6dd89ba Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Thu, 10 May 2018 16:07:16 +0930 Subject: meta-python: Add python-pyflame recipe Signed-off-by: Andrew Jeffery Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyflame.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyflame.inc (limited to 'meta-python/recipes-devtools/python/python-pyflame.inc') 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 @@ +SUMMARY = "Pyflame: A Ptracing Profiler For Python" +HOMEPAGE = "https://github.com/uber/pyflame" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" +DEPENDS = "python" + +SRC_URI = "git://github.com/uber/pyflame.git;protocol=https;tag=v${PV}" +S = "${WORKDIR}/git" + +inherit pkgconfig autotools + -- cgit 1.2.3-korg