aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-05-10 16:07:16 +0930
committerKhem Raj <raj.khem@gmail.com>2018-08-24 09:14:01 -0700
commitbde6a7d22fdfa9a9a65d6180477ad63f049ddeb2 (patch)
tree44599dd462ae7273aaad4c4398d60415a4e8b49c
parente59123858556dbeae4714fe3757232cb8b0fadd9 (diff)
downloadmeta-python2-bde6a7d22fdfa9a9a65d6180477ad63f049ddeb2.tar.gz
meta-python: Add python-pyflame recipe
(From meta-openembedded commit: 6c9ac25d7bed8403859435cbc2010bd1b6dd89ba) Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyflame.inc12
-rw-r--r--recipes-devtools/python/python-pyflame_1.6.6.bb1
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyflame.inc b/recipes-devtools/python/python-pyflame.inc
new file mode 100644
index 0000000..3b84a7e
--- /dev/null
+++ b/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
+
diff --git a/recipes-devtools/python/python-pyflame_1.6.6.bb b/recipes-devtools/python/python-pyflame_1.6.6.bb
new file mode 100644
index 0000000..96f0330
--- /dev/null
+++ b/recipes-devtools/python/python-pyflame_1.6.6.bb
@@ -0,0 +1 @@
+require python-pyflame.inc