mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
postfix: Add missing dependency on m4
Fixes | extract_cfg.sh: line 42: m4: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ has a definite Sendmail-ish flavor, but the inside is completely different."
|
||||
|
||||
HOMEPAGE= "http://www.postfix.org"
|
||||
SECTION = "mail"
|
||||
DEPENDS = "db icu libpcre libnsl2 openssl postfix-native \
|
||||
DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user