From c0cb9ac6a71b0cca54ddfe38d2867c30c61c1e9c Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 11 May 2015 16:12:50 -0400 Subject: meta-networking: standardize SECTION values SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-daemons/postfix/postfix.inc') diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index eb1c54733b..72bc9365da 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc @@ -5,7 +5,7 @@ Postfix attempts to be fast, easy to administer, and secure. The outsidei \ has a definite Sendmail-ish flavor, but the inside is completely different." HOMEPAGE= "http://www.postfix.org" -SECTION = "console/network" +SECTION = "mail" DEPENDS = "virtual/db libpcre openssl postfix-native \ ${@base_contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ -- cgit 1.2.3-korg