diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 01:30:55 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
| commit | 01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (patch) | |
| tree | ae36cebdb8571699ab08bba9b89300f01865de38 /meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb | |
| parent | 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (diff) | |
| download | meta-cloud-services-01ac9544e0a645f80f0c3aea327bf3ee8d02fff9.tar.gz | |
swift: uprev to havana release
Upreving the swift component to the havana release. At the same time,
we switch to building from git.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb deleted file mode 100644 index a73fcc8..0000000 --- a/meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | DESCRIPTION = "Highly available, distributed, eventually consistent object/blob store." | ||
| 2 | HOMEPAGE = "https://launchpad.net/swift" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "swift" | ||
| 9 | |||
| 10 | SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "0d2479c3cbb124fa3a6b001d0d4d5a8b" | ||
| 14 | SRC_URI[sha256sum] = "613185473e0c6f11c77bdc6b65efee195303268117afd9024fee82ebde6ed8a3" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | do_install_append() { | ||
| 21 | SWIFT_CONF_DIR=${D}${sysconfdir}/swift | ||
| 22 | |||
| 23 | install -d ${SWIFT_CONF_DIR} | ||
| 24 | |||
| 25 | install -m 600 ${S}/etc/swift.conf-sample ${SWIFT_CONF_DIR}/swift.conf | ||
| 26 | install -m 600 ${S}/etc/proxy-server.conf-sample ${SWIFT_CONF_DIR}/proxy-server.conf | ||
| 27 | install -m 600 ${S}/etc/account-server.conf-sample ${SWIFT_CONF_DIR}/account-server.conf | ||
| 28 | install -m 600 ${S}/etc/container-server.conf-sample ${SWIFT_CONF_DIR}/container-server.conf | ||
| 29 | install -m 600 ${S}/etc/object-server.conf-sample ${SWIFT_CONF_DIR}/object-server.conf | ||
| 30 | } | ||
| 31 | |||
| 32 | PACKAGES += "${SRCNAME}" | ||
| 33 | |||
| 34 | FILES_${PN} = "${libdir}/*\ | ||
| 35 | " | ||
| 36 | |||
| 37 | FILES_${SRCNAME} = "${bindir}/* \ | ||
| 38 | ${sysconfdir}/${SRCNAME}/* \ | ||
| 39 | " | ||
| 40 | |||
| 41 | RDEPENDS_${PN} += " \ | ||
| 42 | python-eventlet \ | ||
| 43 | python-greenlet \ | ||
| 44 | python-pastedeploy \ | ||
| 45 | python-simplejson \ | ||
| 46 | python-swiftclient \ | ||
| 47 | python-netifaces \ | ||
| 48 | python-xattr \ | ||
| 49 | " | ||
| 50 | |||
| 51 | RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file | ||
