diff options
author | Sumit Garg <sumit.garg@linaro.org> | 2020-01-21 14:26:10 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | 07949f6f760aa3b9499b199491ac8d57af3d79bb (patch) | |
tree | b4e97b0dfcd11f6d6b0311532e6c1c8bddf05dff /meta-networking/recipes-support | |
parent | 405b67c3ef00ed0f730a877533e3cfb9f8877bf4 (diff) | |
download | meta-openembedded-07949f6f760aa3b9499b199491ac8d57af3d79bb.tar.gz |
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@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 239a25273..0f7fad2b2 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" | |||
19 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | 19 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
20 | LDFLAGS += "-ltirpc" | 20 | LDFLAGS += "-ltirpc" |
21 | 21 | ||
22 | inherit autotools pkgconfig systemd useradd | 22 | inherit autotools pkgconfig systemd useradd gettext |
23 | 23 | ||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" |
25 | 25 | ||