Brad Bishop | 02f8e88 | 2016-04-15 09:23:44 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor python library" |
| 2 | DESCRIPTION = "Phosphor python library." |
Brad Bishop | 0239063 | 2016-06-09 01:26:47 -0400 | [diff] [blame] | 3 | HOMEPAGE = "http://github.com/openbmc/pyphosphor" |
Brad Bishop | 02f8e88 | 2016-04-15 09:23:44 -0400 | [diff] [blame] | 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 | 0239063 | 2016-06-09 01:26:47 -0400 | [diff] [blame] | 13 | SRCREV = "93aed45f230befa01c947173a908b120cfbe7017" |
Brad Bishop | 02f8e88 | 2016-04-15 09:23:44 -0400 | [diff] [blame] | 14 | |
| 15 | S = "${WORKDIR}/git" |