diff options
| author | Ross Burton <ross.burton@intel.com> | 2017-11-13 10:45:21 +0000 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-01-08 12:00:05 -0500 |
| commit | e640789577664564b56a77d470cc24aa141853a0 (patch) | |
| tree | e4f058fbe483d8b42fdf8b3e27069996352d29e0 | |
| parent | 17cb24d29394868b1d25d3cc3c12c8984b07703f (diff) | |
| download | meta-openembedded-e640789577664564b56a77d470cc24aa141853a0.tar.gz | |
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>
| -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 8dad45f85d..b701f00e68 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 icu libpcre openssl postfix-native \ | 9 | DEPENDS = "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 icu-native openssl-native libpcre-native" | 13 | DEPENDS_class-native = "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" |
