aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dovecot
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-22 19:00:01 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-23 08:48:18 -0700
commit068294c2d513e1fc1d3c4a0ed78479d19d7b6733 (patch)
tree53ac0d67e61ea021aa0052e157900a35e04d5a70 /meta-networking/recipes-support/dovecot
parentc75d0ca313d2c81ff8e127510dca69628c40a9fe (diff)
downloadmeta-openembedded-contrib-068294c2d513e1fc1d3c4a0ed78479d19d7b6733.tar.gz
dovecot: Do not install dovecot-config
This contains references to source directories used during build, it will not be useful on target without really editing it properly to reflect target rootfs install. it perhaps never was used thus far, it would have failed otherwise. Fixes WARNING: dovecot-2.3.20-r0 do_package_qa: QA Issue: File /usr/lib/dovecot/dovecot-config in package dovecot contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dovecot')
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
index 7729bb4a8b..effde16a9c 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.20.bb
@@ -48,6 +48,7 @@ SYSTEMD_SERVICE:${PN} = "dovecot.service dovecot.socket"
SYSTEMD_AUTO_ENABLE = "disable"
do_install:append () {
+ rm -rf ${D}${libdir}/dovecot/dovecot-config
install -d 755 ${D}/etc/dovecot
touch 644 ${D}/etc/dovecot/dovecot.conf
if [ "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" ]; then