diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-13 16:28:01 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | fe3a7ad34c31123d7182b52388b6a939197e3b45 (patch) | |
| tree | 87d4194244e121a05f7bcb509ff1fff613c43e8e /meta-openstack/recipes-devtools/python | |
| parent | b3ffb1fba18bf66e3c0227f1dec8248e3b43093a (diff) | |
| download | meta-cloud-services-fe3a7ad34c31123d7182b52388b6a939197e3b45.tar.gz | |
python-netifaces: added 0.8
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb new file mode 100644 index 0000000..05a626f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Portable network interface information." | ||
| 2 | HOMEPAGE = "http://alastairs-place.net/netifaces" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "netifaces" | ||
| 9 | |||
| 10 | SRC_URI = "http://alastairs-place.net/projects/netifaces/netifaces-0.8.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "e57e5983f4c286fac5f8068fbfc5c873" | ||
| 14 | SRC_URI[sha256sum] = "53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
