summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-05-17 17:53:45 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commitc8e3641dce0d9d2adf1f84ea719d176442eba8af (patch)
tree2849c99f7f52a756841f1c472126d938e48a1810 /meta-openstack/recipes-extended/qpid/qpid_0.20.bb
parent6fe2d96dd5e56d82acb078e73721bdc9f4654aca (diff)
downloadmeta-cloud-services-c8e3641dce0d9d2adf1f84ea719d176442eba8af.tar.gz
qpid: added 0.20
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended/qpid/qpid_0.20.bb')
-rw-r--r--meta-openstack/recipes-extended/qpid/qpid_0.20.bb48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
new file mode 100644
index 0000000..902462a
--- /dev/null
+++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
@@ -0,0 +1,48 @@
1DESCRIPTION = "AMQP message brokers"
2HOMEPAGE = "http://qpid.apache.org/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b"
5SECTION = "mq"
6DEPENDS = "boost perl-native python "
7#ruby"
8PR = "r0"
9
10SRC_URI = "http://mirror.nexcess.net/apache/${PN}/${PV}/qpid-cpp-0.20.tar.gz \
11 file://quick-fix.patch"
12
13SRC_URI[md5sum] = "566132c5939ca31a32a0e80cc4124122"
14SRC_URI[sha256sum] = "31b80ba3c4773d288b4e6245e3b2048438386331d460f7a7b0794cbd200301de"
15
16S = "${WORKDIR}/${PN}c-${PV}"
17
18inherit autotools python-dir perlnative cpan-base update-rc.d
19
20# Env var which tells perl if it should use host (no) or target (yes) settings
21export PERLCONFIGTARGET = "${@is_target(d)}"
22export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}/CORE"
23export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
24export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
25export PERL="${STAGING_BINDIR}/perl"
26
27EXTRA_OECONF += " --without-help2man"
28
29PACKAGES += "qmfgen qmfgen-python"
30
31FILES_qmfgen = "${bindir}/qmf-gen"
32
33FILES_qmfgen-python = "${PYTHON_SITEPACKAGES_DIR}/*"
34
35FILES_qmfgen-python-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/*"
36
37FILES_${PN} += "${libdir}/${PN}/tests/test_store.so"
38
39FILES_${PN}-dev += "${libdir}/${PN}/tests/test_store.so "
40
41FILES_${PN}-dbg += "${libdir}/${PN}/${PN}/tests/.debug/* \
42 ${libdir}/${PN}/tests/.debug/* \
43 ${libdir}/${PN}/daemon/.debug/*"
44
45FILES_${PN}-doc += "${datadir}/qpidc/*"
46
47INITSCRIPT_NAME = "qpidd"
48INITSCRIPT_PARAMS = "defaults"