diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:47 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 03fdfce675016fc7d72ea96720c94d1e5a3107b2 (patch) | |
| tree | e4f27fb9a101e31d748eaffbd25113ac60ceb70a /meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb | |
| parent | 056fd40ee150eec23628b1e437682b5b27dc5aa9 (diff) | |
| download | meta-cloud-services-03fdfce675016fc7d72ea96720c94d1e5a3107b2.tar.gz | |
python-rtslib-fb: upgrade to 2.1.51
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb new file mode 100644 index 0000000..45eea40 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" | ||
| 2 | HOMEPAGE = "http://github.com/agrover/rtslib-fb" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "rtslib-fb" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036" | ||
| 12 | SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
