blob: fedc6e6aaf6942baa51c2a09a85e0249da3b8b53 [file] [log] [blame]
Brad Bishop02f8e882016-04-15 09:23:44 -04001SUMMARY = "Phosphor python library"
2DESCRIPTION = "Phosphor python library."
Brad Bishop02390632016-06-09 01:26:47 -04003HOMEPAGE = "http://github.com/openbmc/pyphosphor"
Brad Bishop02f8e882016-04-15 09:23:44 -04004PR = "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
Patrick Williams19a85422016-06-22 10:21:32 -050013SRCREV = "1cc1e46792cc0f6daba3a8eb460dd2cb8907ab72"
Brad Bishop02f8e882016-04-15 09:23:44 -040014
15S = "${WORKDIR}/git"