summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-08-30 17:17:37 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-03 15:57:51 -0400
commitf350ef4a6e61cba3166032a48516d360543100a0 (patch)
treec62c8306f2b0c126c916b9a6e623530a4168184c /recipes-extended
parent97fb59d6183ddbc78f5cb7f95cb9ba88c470fd8e (diff)
downloadmeta-cloud-services-f350ef4a6e61cba3166032a48516d360543100a0.tar.gz
glusterfs: fix RDEPENDS of glusterfs-geo-replication
It should rdepend on python3-core and bash. Otherwise, we get the following QA issue. glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/peer_georep-sshkey.py contained in package glusterfs-geo-replication requires /usr/bin/python3, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/set_geo_rep_pem_keys.sh contained in package glusterfs-geo-replication requires /bin/bash, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 66e2bf1..1ac5123 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -121,7 +121,7 @@ PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \
121RDEPENDS_${PN} += "python3-core python-json python-ctypes bash" 121RDEPENDS_${PN} += "python3-core python-json python-ctypes bash"
122RDEPENDS_${PN}-ocf += "bash" 122RDEPENDS_${PN}-ocf += "bash"
123RDEPENDS_${PN}-server += "bash" 123RDEPENDS_${PN}-server += "bash"
124RDEPENDS_${PN}-geo-replication += "python3" 124RDEPENDS_${PN}-geo-replication += "python3-core bash"
125 125
126FILES_${PN}-dbg += "${libdir}/glusterfs/${PV}/*/.debug \ 126FILES_${PN}-dbg += "${libdir}/glusterfs/${PV}/*/.debug \
127 ${libdir}/glusterfs/${PV}/*/*/.debug \ 127 ${libdir}/glusterfs/${PV}/*/*/.debug \