summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/qpid/qpid_0.20.bb')
-rw-r--r--meta-openstack/recipes-extended/qpid/qpid_0.20.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
index d8c467e..a6f1c67 100644
--- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
+++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
@@ -3,11 +3,13 @@ HOMEPAGE = "http://qpid.apache.org/"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b"
5SECTION = "mq" 5SECTION = "mq"
6DEPENDS = "boost perl-native python " 6DEPENDS = "boost perl-native python util-linux cyrus-sasl"
7RDEPENDS_${PN} = "cyrus-sasl-bin"
7PR = "r0" 8PR = "r0"
8 9
9SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ 10SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \
10 file://quick-fix.patch \ 11 file://quick-fix.patch \
12 file://QPID-4579-Fixes-building-Qpid-under-the-latest-GCC-4.patch \
11 file://qpidd" 13 file://qpidd"
12 14
13SRC_URI[md5sum] = "566132c5939ca31a32a0e80cc4124122" 15SRC_URI[md5sum] = "566132c5939ca31a32a0e80cc4124122"
@@ -24,7 +26,7 @@ export 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)}" 26export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
25export PERL="${STAGING_BINDIR}/perl" 27export PERL="${STAGING_BINDIR}/perl"
26 28
27EXTRA_OECONF += " --without-help2man" 29EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2"
28 30
29do_install_append() { 31do_install_append() {
30 install -d ${D}${sysconfdir}/init.d 32 install -d ${D}${sysconfdir}/init.d