summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rabbitmq-c
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-connectivity/rabbitmq-c
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/rabbitmq-c')
-rw-r--r--meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
new file mode 100644
index 000000000..91acb1d3c
--- /dev/null
+++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker"
2HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
3LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53"
4LICENSE = "MIT"
5
6SRC_URI = "https://github.com/alanxz/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
7SRC_URI[md5sum] = "b1f902c658c772cda464754678d8deb6"
8SRC_URI[sha256sum] = "53702ea2ab809af0f923e387458e2cad191d9549f50410035fe82ce5e6ccc4fa"
9
10DEPENDS = "popt openssl"
11
12EXTRA_OECONF = "--disable-examples --enable-tools --disable-docs"
13
14inherit autotools pkgconfig
15
16PACKAGE_BEFORE_PN += "${PN}-tools"
17FILES_${PN}-tools = "${bindir}"