summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb')
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb
index bdfd5a229..d7a7cc5e6 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb
@@ -59,9 +59,9 @@ USERADD_PARAM_${PN} = "-r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dove
59 -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull" 59 -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull"
60GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull" 60GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull"
61 61
62FILES_${PN} += "${libdir}/dovecot/*plugin.so \
63 ${libdir}/dovecot/libfs_compress.so \
64 ${libdir}/dovecot/libssl_iostream_openssl.so"
62FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" 65FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a"
63FILES_${PN}-dev += "${libdir}/dovecot/*.so" 66FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so"
64FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" 67FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug"
65
66# http://errors.yoctoproject.org/Errors/Details/35133/
67PNBLACKLIST[dovecot] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so"