mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
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>
This commit is contained in:
parent
489fce65e0
commit
e37d985654
@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is completely different."
|
||||
|
||||
HOMEPAGE= "http://www.postfix.org"
|
||||
SECTION = "mail"
|
||||
DEPENDS = "virtual/db libpcre openssl postfix-native \
|
||||
DEPENDS = "virtual/db icu libpcre openssl postfix-native \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
|
||||
"
|
||||
DEPENDS_class-native = "virtual/db-native openssl-native libpcre-native"
|
||||
DEPENDS_class-native = "virtual/db-native icu-native openssl-native libpcre-native"
|
||||
|
||||
LICENSE = "IPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user