From e640789577664564b56a77d470cc24aa141853a0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Nov 2017 10:45:21 +0000 Subject: postfix: virtual/db isn't used by core, change to db Signed-off-by: Ross Burton Signed-off-by: Armin Kuster Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/postfix/postfix.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking/recipes-daemons/postfix') 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." 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" -- cgit v1.2.3-54-g00ecf