summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/skeleton
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-30 04:31:56 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 21:34:24 +0300
commit946703bbf667b05c5bd9ec9ff9256e9702e3d4e6 (patch)
treee6948c7114192da83b5bdedcc3039e6457df2282 /meta-phosphor/common/recipes-phosphor/skeleton
parent3460c78ac7ee7f3fae1a0435e0e9f4676f228c40 (diff)
downloadopenbmc-946703bbf667b05c5bd9ec9ff9256e9702e3d4e6.tar.xz
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-phosphor/skeleton')
-rw-r--r--meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb b/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb
deleted file mode 100644
index 1758557cf8..0000000000
--- a/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-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"