Brad Bishop | 02f8e88 | 2016-04-15 09:23:44 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor python library" |
2 | DESCRIPTION = "Phosphor python library." | ||||
3 | HOMEPAGE = "http://github.com/openbmc/pyobmc" | ||||
4 | PR = "r1" | ||||
5 | LICENSE = "Apache-2.0" | ||||
6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||||
7 | |||||
8 | inherit allarch | ||||
9 | inherit setuptools | ||||
10 | |||||
11 | SRC_URI += "git://github.com/openbmc/pyphosphor" | ||||
12 | |||||
13 | SRCREV = "1b3c05c1f44185f8176f46829a26ad6e50d0831f" | ||||
14 | |||||
15 | S = "${WORKDIR}/git" |