diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:45:03 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:45:03 +0000 |
commit | ce38cb391c9108168ab574463b7ef745b739bcc9 (patch) | |
tree | a763ff9f68a0ae513183fa4e9c42c6ac3612c3e8 /meta-openstack/recipes-extended/qpid | |
parent | 9d632de8d0e109e342fe580cf4b2423a51c890c3 (diff) | |
download | meta-cloud-services-ce38cb391c9108168ab574463b7ef745b739bcc9.tar.gz |
openstack: packages: update for python3
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended/qpid')
-rw-r--r-- | meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | 2 | ||||
-rw-r--r-- | meta-openstack/recipes-extended/qpid/qpid_0.20.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb index 888bb09..9db4685 100644 --- a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | |||
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c | |||
12 | 12 | ||
13 | S = "${WORKDIR}/qpid-${PV}/python" | 13 | S = "${WORKDIR}/qpid-${PV}/python" |
14 | 14 | ||
15 | inherit distutils | 15 | inherit distutils3 |
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/" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b" |
5 | SECTION = "mq" | 5 | SECTION = "mq" |
6 | DEPENDS = "boost perl-native python util-linux cyrus-sasl" | 6 | DEPENDS = "boost perl-native python3 util-linux cyrus-sasl" |
7 | RDEPENDS_${PN} = "cyrus-sasl-bin" | 7 | RDEPENDS_${PN} = "cyrus-sasl-bin" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
@@ -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 pkgconfig | 20 | inherit 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 |
23 | export PERLCONFIGTARGET = "${@is_target(d)}" | 23 | export PERLCONFIGTARGET = "${@is_target(d)}" |