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 | |
Brad Bishop | 3b5296a | 2016-05-19 20:26:30 -0400 | [diff] [blame^] | 13 | SRCREV = "7c8263573fb5ed25001db9c78eb4a149c057358a" |
Brad Bishop | 02f8e88 | 2016-04-15 09:23:44 -0400 | [diff] [blame] | 14 | |
| 15 | S = "${WORKDIR}/git" |