From 967d0c9c2f33b969767708273348ab3d73ece868 Mon Sep 17 00:00:00 2001 From: Arnold Csorvasi Date: Tue, 29 Sep 2015 11:37:56 +0300 Subject: qpid: inherit pkgconfig class Also add -Wno-unused-function to prevent build from failing. Signed-off-by: Arnold Csorvasi Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/qpid/qpid_0.20.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 S = "${WORKDIR}/${PN}c-${PV}" -inherit autotools python-dir perlnative cpan-base update-rc.d +inherit autotools python-dir perlnative cpan-base update-rc.d pkgconfig # Env var which tells perl if it should use host (no) or target (yes) settings export PERLCONFIGTARGET = "${@is_target(d)}" @@ -27,6 +27,7 @@ export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version export PERL="${STAGING_BINDIR}/perl" EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2" +EXTRA_OEMAKE += " CPPFLAGS=-Wno-unused-function " do_install_append() { install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf