mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
postfix,esmtp: Fix confilct error in do_rootfs
Error: Transaction check error: file /usr/bin/mailq conflicts between attempted installs of esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 file /usr/bin/newaliases conflicts between attempted installs of esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -214,9 +214,10 @@ do_install_append_class-native() {
|
||||
ln -sf ../sbin/sendmail.postfix ${D}${bindir}/mailq
|
||||
}
|
||||
|
||||
ALTERNATIVE_${PN} = "sendmail"
|
||||
ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix"
|
||||
ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
|
||||
ALTERNATIVE_${PN} += "mailq newaliases"
|
||||
ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq"
|
||||
ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases"
|
||||
|
||||
ALTERNATIVE_PRIORITY = "120"
|
||||
|
||||
ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1"
|
||||
|
||||
@@ -18,10 +18,10 @@ EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"
|
||||
|
||||
inherit autotools update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "sendmail"
|
||||
ALTERNATIVE_${PN} += "mailq newaliases"
|
||||
ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq"
|
||||
ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases"
|
||||
|
||||
ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
|
||||
ALTERNATIVE_TARGET[sendmail] = "${bindir}/esmtp"
|
||||
ALTERNATIVE_PRIORITY = "10"
|
||||
|
||||
ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1"
|
||||
|
||||
Reference in New Issue
Block a user