From d9cc0bd2df7bca5ceb78aa573d6186cdcd8a088e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Mar 2014 15:58:35 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/rabbitmq/rabbitmq-server_3.0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" LICENSE = "MPL-1.1" LIC_FILES_CHKSUM = "file://LICENSE-MPL-RabbitMQ;md5=10a81373a21abb63f98ef5dc93e1601a" SECTION = "network" -DEPENDS = "erlang-native libxslt python-simplejson zip-native" +DEPENDS = "erlang-native libxslt python-simplejson zip-native unzip-native libxslt-native" PR = "r0" SRC_URI = "http://www.rabbitmq.com/releases/rabbitmq-server/v${PV}/${PN}-${PV}.tar.gz \ -- cgit v1.2.3-54-g00ecf