summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb
blob: 1758557cf87a1c13844ee59f3f482d25a5d0a0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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