summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Csorvasi <arnold.csorvasi@ni.com>2015-09-29 11:37:56 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-29 11:02:30 -0400
commit967d0c9c2f33b969767708273348ab3d73ece868 (patch)
treec67db5410184a8f83249738a30f7853a1b2f44ae
parent3aea9262da4dfd639a9b376da09dc968042e8f8c (diff)
downloadmeta-cloud-services-967d0c9c2f33b969767708273348ab3d73ece868.tar.gz
qpid: inherit pkgconfig class
Also add -Wno-unused-function to prevent build from failing. Signed-off-by: Arnold Csorvasi <arnold.csorvasi@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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