summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-29 21:31:56 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 14:34:24 -0400
commit946703bbf667b05c5bd9ec9ff9256e9702e3d4e6 (patch)
treee6948c7114192da83b5bdedcc3039e6457df2282 /meta-phosphor/common/recipes-devtools
parent3460c78ac7ee7f3fae1a0435e0e9f4676f228c40 (diff)
downloadtalos-openbmc-946703bbf667b05c5bd9ec9ff9256e9702e3d4e6.tar.gz
talos-openbmc-946703bbf667b05c5bd9ec9ff9256e9702e3d4e6.zip
Move pyphosphor to recipes-devtools
With all the rest of the python recipes. Change-Id: I796e1de1edf436feb4eaea9191ca582eb7a1c37a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/pyphosphor.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb b/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb
new file mode 100644
index 000000000..1758557cf
--- /dev/null
+++ b/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Phosphor python library"
+DESCRIPTION = "Phosphor python library."
+HOMEPAGE = "http://github.com/openbmc/pyphosphor"
+PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+inherit allarch
+inherit setuptools
+
+SRC_URI += "git://github.com/openbmc/pyphosphor"
+
+SRCREV = "ecf8bd8f38d93fda3d08df771709bd5289a480e9"
+
+S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud