diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2016-04-15 09:23:44 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2016-04-29 16:09:51 -0400 |
commit | 570264ff0d9606a88a68486a1ce82e2d6f512828 (patch) | |
tree | a7704938ba49bb74ebffc1b4544373ee462ecba1 /meta-phosphor/common/recipes-phosphor | |
parent | 1a5ff260fa2b85578e82063f02cb98a2be2c8d23 (diff) | |
download | talos-openbmc-570264ff0d9606a88a68486a1ce82e2d6f512828.tar.gz talos-openbmc-570264ff0d9606a88a68486a1ce82e2d6f512828.zip |
New recipe for pyphosphor library
We have openbmc python utilities scattered all over the place. To
facilitate reuse, bring them together in a single python package.
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb b/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb new file mode 100644 index 000000000..a44f19a6a --- /dev/null +++ b/meta-phosphor/common/recipes-phosphor/skeleton/pyphosphor.bb @@ -0,0 +1,15 @@ +SUMMARY = "Phosphor python library" +DESCRIPTION = "Phosphor python library." +HOMEPAGE = "http://github.com/openbmc/pyobmc" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +inherit allarch +inherit setuptools + +SRC_URI += "git://github.com/openbmc/pyphosphor" + +SRCREV = "1b3c05c1f44185f8176f46829a26ad6e50d0831f" + +S = "${WORKDIR}/git" |