summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-03-05 15:58:35 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-12 23:47:41 -0400
commitd9cc0bd2df7bca5ceb78aa573d6186cdcd8a088e (patch)
treed84f4a1835d52d415551a1103abb1c76a73487a7
parent25a9a5adcfc41c4c9045799d62d582d8fe5cb329 (diff)
downloadmeta-cloud-services-d9cc0bd2df7bca5ceb78aa573d6186cdcd8a088e.tar.gz
rabbitmq-server: add missing DEPENDS
Add libxslt-native otherwise you will get the error: | /bin/sh: 1: /bin/sh: 1: xsltproc: not foundxsltproc: not found Add unzip otherwise you will get the error: | make[3]: unzip: Command not found 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 b5796a1..424459f 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 zip-native" 6DEPENDS = "erlang-native libxslt python-simplejson zip-native unzip-native libxslt-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 \