summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-extended/qpid/qpid_0.20.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
index a6f1c67..5e6ae2d 100644
--- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
+++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "31b80ba3c4773d288b4e6245e3b2048438386331d460f7a7b0794cbd20
17 17
18S = "${WORKDIR}/${PN}c-${PV}" 18S = "${WORKDIR}/${PN}c-${PV}"
19 19
20inherit autotools python-dir perlnative cpan-base update-rc.d 20inherit autotools python-dir perlnative cpan-base update-rc.d pkgconfig
21 21
22# Env var which tells perl if it should use host (no) or target (yes) settings 22# Env var which tells perl if it should use host (no) or target (yes) settings
23export PERLCONFIGTARGET = "${@is_target(d)}" 23export PERLCONFIGTARGET = "${@is_target(d)}"
@@ -27,6 +27,7 @@ export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version
27export PERL="${STAGING_BINDIR}/perl" 27export PERL="${STAGING_BINDIR}/perl"
28 28
29EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2" 29EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2"
30EXTRA_OEMAKE += " CPPFLAGS=-Wno-unused-function "
30 31
31do_install_append() { 32do_install_append() {
32 install -d ${D}${sysconfdir}/init.d 33 install -d ${D}${sysconfdir}/init.d