diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:57:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:32 +0100 |
commit | f70db67dbd09e56f3feb16335cc493dea57cf0fa (patch) | |
tree | f610222557e54431aee57c5a492dd99892065b4f /meta/recipes-extended | |
parent | 9f64e1396d2f61e7c19241b42c7c9db8a575483c (diff) | |
download | poky-f70db67dbd09e56f3feb16335cc493dea57cf0fa.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.4.24.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb index 2d2ee52d62..08566ca4ce 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb | |||
@@ -5,7 +5,7 @@ SECTION = "console/network" | |||
5 | 5 | ||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | DEPENDS = "zlib gnutls" | 7 | DEPENDS = "zlib gnutls" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | 10 | ||
11 | #COPYING or Licence | 11 | #COPYING or Licence |
@@ -21,7 +21,7 @@ inherit gettext autotools update-alternatives | |||
21 | 21 | ||
22 | EXTRA_OECONF += "--without-gnome-keyring" | 22 | EXTRA_OECONF += "--without-gnome-keyring" |
23 | 23 | ||
24 | ALTERNATIVE_NAME = "sendmail" | 24 | ALTERNATIVE_${PN} = "sendmail" |
25 | ALTERNATIVE_PATH = "${bindir}/msmtp" | 25 | ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" |
26 | ALTERNATIVE_LINK = "${sbindir}/sendmail" | 26 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
27 | ALTERNATIVE_PRIORITY = "100" | 27 | ALTERNATIVE_PRIORITY = "100" |