mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
msmtp: cleanup update-alternatives deprecated code
(From OE-Core rev: c8344dd884e19144576c994766e49e230c7eca13) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9f64e1396d
commit
f70db67dbd
@@ -5,7 +5,7 @@ SECTION = "console/network"
|
|||||||
|
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
DEPENDS = "zlib gnutls"
|
DEPENDS = "zlib gnutls"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
|
|
||||||
#COPYING or Licence
|
#COPYING or Licence
|
||||||
@@ -21,7 +21,7 @@ inherit gettext autotools update-alternatives
|
|||||||
|
|
||||||
EXTRA_OECONF += "--without-gnome-keyring"
|
EXTRA_OECONF += "--without-gnome-keyring"
|
||||||
|
|
||||||
ALTERNATIVE_NAME = "sendmail"
|
ALTERNATIVE_${PN} = "sendmail"
|
||||||
ALTERNATIVE_PATH = "${bindir}/msmtp"
|
ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
|
||||||
ALTERNATIVE_LINK = "${sbindir}/sendmail"
|
ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|||||||
Reference in New Issue
Block a user