summaryrefslogtreecommitdiffstats
path: root/meta-python
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
commit6c9ac25d7bed8403859435cbc2010bd1b6dd89ba (patch)
tree25199064ad5e71010c0c54ca2ab1d01e3932acc2 /meta-python
parent2511a25226b2b700111bdf431aa7206ce35fe24f (diff)
downloadmeta-openembedded-6c9ac25d7bed8403859435cbc2010bd1b6dd89ba.tar.gz
meta-python: Add python-pyflame recipe
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pyflame.inc12
-rw-r--r--meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb1
2 files changed, 13 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 000000000..3b84a7e8f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyflame.inc
@@ -0,0 +1,12 @@
1SUMMARY = "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;tag=v${PV}"
9S = "${WORKDIR}/git"
10
11inherit pkgconfig autotools
12
diff --git a/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb
new file mode 100644
index 000000000..96f03305f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb
@@ -0,0 +1 @@
require python-pyflame.inc