[oe-commits] [meta-openembedded] 13/36: dovecot: fix gettext tool dependency

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 17:57:24 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 07949f6f760aa3b9499b199491ac8d57af3d79bb
Author: Sumit Garg <sumit.garg at linaro.org>
AuthorDate: Tue Jan 21 14:26:10 2020 +0530

    dovecot: fix gettext tool dependency
    
    gettext tool dependency was implicitly met while building with source
    GCC tool-set which isn't the case with external tool-set.
    
    Signed-off-by: Sumit Garg <sumit.garg at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
index 239a252..0f7fad2 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
@@ -19,7 +19,7 @@ DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc"
 CFLAGS += "-I${STAGING_INCDIR}/tirpc"
 LDFLAGS += "-ltirpc"
 
-inherit autotools pkgconfig systemd useradd
+inherit autotools pkgconfig systemd useradd gettext
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list