From 946703bbf667b05c5bd9ec9ff9256e9702e3d4e6 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 29 Aug 2016 21:31:56 -0400 Subject: Move pyphosphor to recipes-devtools With all the rest of the python recipes. Change-Id: I796e1de1edf436feb4eaea9191ca582eb7a1c37a Signed-off-by: Brad Bishop --- .../common/recipes-devtools/python/pyphosphor.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-phosphor/common/recipes-devtools/python/pyphosphor.bb (limited to 'meta-phosphor/common/recipes-devtools') 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" -- cgit v1.2.1