diff options
author | Kai Kang <kai.kang@windriver.com> | 2016-12-06 11:25:24 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:12 -0500 |
commit | e37d985654b04853a5f7f79c23bceee586797f99 (patch) | |
tree | 05ea902cf1e7ddb764e59e2fd0902c395a1f7868 /meta-networking/recipes-daemons | |
parent | 489fce65e0b419b446a7ae9f6b4ef76d8986bdb8 (diff) | |
download | meta-openembedded-e37d985654b04853a5f7f79c23bceee586797f99.tar.gz |
postfix: add dependency icu
It calls icu-config to detect icu support in file makedefs of postfix.
The compile results are different depends on whether icu has been built
already.
postfix should provide Unicode support, so add dependency icu to solve
the problem.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index c00c77fc7..03b79850b 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is completely different." | |||
6 | 6 | ||
7 | HOMEPAGE= "http://www.postfix.org" | 7 | HOMEPAGE= "http://www.postfix.org" |
8 | SECTION = "mail" | 8 | SECTION = "mail" |
9 | DEPENDS = "virtual/db libpcre openssl postfix-native \ | 9 | DEPENDS = "virtual/db icu libpcre openssl postfix-native \ |
10 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ | 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ |
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ |
12 | " | 12 | " |
13 | DEPENDS_class-native = "virtual/db-native openssl-native libpcre-native" | 13 | DEPENDS_class-native = "virtual/db-native icu-native openssl-native libpcre-native" |
14 | 14 | ||
15 | LICENSE = "IPL-1.0" | 15 | LICENSE = "IPL-1.0" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" |