mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -19,7 +19,7 @@ DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc"
|
|||||||
CFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
CFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
||||||
LDFLAGS += "-ltirpc"
|
LDFLAGS += "-ltirpc"
|
||||||
|
|
||||||
inherit autotools pkgconfig systemd useradd
|
inherit autotools pkgconfig systemd useradd gettext
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user