diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:54:00 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:58:09 -0400 |
| commit | ebea4f722017f6f38fa639c120bb5795fbaa1f42 (patch) | |
| tree | b8562562929b9dd4e659aaa58a906c25032fcda6 /meta-openstack/recipes-devtools | |
| parent | 678848370eac1ed2a9422cb5fd6dfaca025fbb49 (diff) | |
| download | meta-cloud-services-ebea4f722017f6f38fa639c120bb5795fbaa1f42.tar.gz | |
cinder/libs: add rtslib-fb
To support iscsi backends, cinder uses rtslib-fb.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb new file mode 100644 index 0000000..e8f67eb --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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=d137b5d839a18895dc0928806ef43548" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "rtslib-fb" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3dac896f1a8a8f71d3c83ffb087d845b" | ||
| 13 | SRC_URI[sha256sum] = "2239a0421518e2a3df80ad801d70a5d55340199f956abbcb6d6bbfc4dbee59da" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
