[RESEND][meta-python][PATCH 1/3] meta-python: Add python-pyflame recipe

Andrew Jeffery andrew at aj.id.au
Fri May 4 17:09:14 AEST 2018


Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
 meta-python/recipes-devtools/python/python-pyflame.inc      | 9 +++++++++
 meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 5 +++++
 2 files changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-pyflame.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb

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 000000000000..37ceab888533
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyflame.inc
@@ -0,0 +1,9 @@
+S = "${WORKDIR}/pyflame-${PV}"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS = "python"
+
+inherit pkgconfig autotools
+
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 000000000000..c902e121231b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb
@@ -0,0 +1,5 @@
+require python-pyflame.inc
+
+SRC_URI = "https://github.com/uber/pyflame/archive/v${PV}.tar.gz"
+SRC_URI[md5sum] = "53d5822e5be371303e217a68ea9ea3e5"
+SRC_URI[sha256sum] = "03723509c037a994585e81e4a9c6d8e4fed87b486e23edd8d355a7bcc009bf79"
-- 
2.14.1



More information about the openbmc mailing list