diff options
| author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2016-05-03 12:31:44 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-05-05 11:41:28 -0400 |
| commit | ce61eeace2810458a90de0d05c83e14fc186f0de (patch) | |
| tree | 3918a268b765506b84b2c1d1bf9c36f80c99ca43 | |
| parent | 73fa6a99128d299733612779ffd504d280520e1f (diff) | |
| download | meta-openembedded-ce61eeace2810458a90de0d05c83e14fc186f0de.tar.gz | |
dovecot: fix QA issue and remove from blacklist
Modify FILES_${PN} and FILES_${PN}-dev to fix QA issue and remove dovecot
from blacklist.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb | 8 |
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 bdfd5a2290..d7a7cc5e69 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" |
| 60 | GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull" | 60 | GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull" |
| 61 | 61 | ||
| 62 | FILES_${PN} += "${libdir}/dovecot/*plugin.so \ | ||
| 63 | ${libdir}/dovecot/libfs_compress.so \ | ||
| 64 | ${libdir}/dovecot/libssl_iostream_openssl.so" | ||
| 62 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" | 65 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" |
| 63 | FILES_${PN}-dev += "${libdir}/dovecot/*.so" | 66 | FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" |
| 64 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" | 67 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" |
| 65 | |||
| 66 | # http://errors.yoctoproject.org/Errors/Details/35133/ | ||
| 67 | PNBLACKLIST[dovecot] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so" | ||
