mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 21:04:33 +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:
parent
280116e7bc
commit
ba9810159f
@ -6,7 +6,7 @@ has a definite Sendmail-ish flavor, but the inside is completely different."
|
|||||||
|
|
||||||
HOMEPAGE= "http://www.postfix.org"
|
HOMEPAGE= "http://www.postfix.org"
|
||||||
SECTION = "mail"
|
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', 'ldap', 'openldap', '', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user