blob: 22f059e9d009d161f3ed0e42897f6a3ca2346ab3 [file] [log] [blame]
Brad Bishop02f8e882016-04-15 09:23:44 -04001SUMMARY = "Phosphor python library"
2DESCRIPTION = "Phosphor python library."
3HOMEPAGE = "http://github.com/openbmc/pyobmc"
4PR = "r1"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
8inherit allarch
9inherit setuptools
10
11SRC_URI += "git://github.com/openbmc/pyphosphor"
12
Brad Bishop3b5296a2016-05-19 20:26:30 -040013SRCREV = "7c8263573fb5ed25001db9c78eb4a149c057358a"
Brad Bishop02f8e882016-04-15 09:23:44 -040014
15S = "${WORKDIR}/git"