diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-extended/qpid/qpid_0.20.bb | 3 |
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 | ||
| 18 | S = "${WORKDIR}/${PN}c-${PV}" | 18 | S = "${WORKDIR}/${PN}c-${PV}" |
| 19 | 19 | ||
| 20 | inherit autotools python-dir perlnative cpan-base update-rc.d | 20 | inherit 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 |
| 23 | export PERLCONFIGTARGET = "${@is_target(d)}" | 23 | export PERLCONFIGTARGET = "${@is_target(d)}" |
| @@ -27,6 +27,7 @@ export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version | |||
| 27 | export PERL="${STAGING_BINDIR}/perl" | 27 | export PERL="${STAGING_BINDIR}/perl" |
| 28 | 28 | ||
| 29 | EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2" | 29 | EXTRA_OECONF += " --without-help2man SASL_PASSWD=/usr/sbin/saslpasswd2" |
| 30 | EXTRA_OEMAKE += " CPPFLAGS=-Wno-unused-function " | ||
| 30 | 31 | ||
| 31 | do_install_append() { | 32 | do_install_append() { |
| 32 | install -d ${D}${sysconfdir}/init.d | 33 | install -d ${D}${sysconfdir}/init.d |
