mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
postfix: virtual/db isn't used by core, change to db
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
17cb24d293
commit
e640789577
@@ -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 icu libpcre openssl postfix-native \
|
||||
DEPENDS = "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 icu-native openssl-native libpcre-native"
|
||||
DEPENDS_class-native = "db-native icu-native openssl-native libpcre-native"
|
||||
|
||||
LICENSE = "IPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
|
||||
|
||||
Reference in New Issue
Block a user