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.bb4
1 files changed, 2 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 b76f76d..933f5ef 100644
--- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
+++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
@@ -3,7 +3,7 @@ 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 util-linux cyrus-sasl" 6DEPENDS = "boost perl-native python3 util-linux cyrus-sasl"
7RDEPENDS_${PN} = "cyrus-sasl-bin" 7RDEPENDS_${PN} = "cyrus-sasl-bin"
8PR = "r0" 8PR = "r0"
9 9
@@ -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 pkgconfig 20inherit autotools python3-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)}"