summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-02-28 16:17:16 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:35:51 -0500
commit13ba7501d22702f51ff1a710571ee18bdfea83ed (patch)
tree8013978857648458bb96d8de284c9b2a0d196665
parent06d8be2fc1d36213b84ffeffd237b64bdf78015b (diff)
downloadmeta-cloud-services-13ba7501d22702f51ff1a710571ee18bdfea83ed.tar.gz
rabbitmq-server: add missing zip-native DEPENDS
As part of the build there is an attempt to package rabbit_common-0.0.0.ez using zip. If zip isn't present on the build host this will cause an error: | cp ../rabbitmq-server/include/*.hrl dist/rabbit_common-0.0.0/include/ | (cd dist; zip -q -r rabbit_common-0.0.0.ez rabbit_common-0.0.0) | /bin/sh: 1: zip: not found Adding zip-native in the DEPENDS avoids making the assumption that zip is installed on the build host. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb b/meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb
index 6a50444..b5796a1 100644
--- a/meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb
+++ b/meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.rabbitmq.com/"
3LICENSE = "MPL-1.1" 3LICENSE = "MPL-1.1"
4LIC_FILES_CHKSUM = "file://LICENSE-MPL-RabbitMQ;md5=10a81373a21abb63f98ef5dc93e1601a" 4LIC_FILES_CHKSUM = "file://LICENSE-MPL-RabbitMQ;md5=10a81373a21abb63f98ef5dc93e1601a"
5SECTION = "network" 5SECTION = "network"
6DEPENDS = "erlang-native libxslt python-simplejson" 6DEPENDS = "erlang-native libxslt python-simplejson zip-native"
7PR = "r0" 7PR = "r0"
8 8
9SRC_URI = "http://www.rabbitmq.com/releases/rabbitmq-server/v${PV}/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://www.rabbitmq.com/releases/rabbitmq-server/v${PV}/${PN}-${PV}.tar.gz \