diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-12-27 08:39:51 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-01-08 12:06:01 -0500 |
commit | 8031dd5affa4d4c34a61efae938c435275800ea6 (patch) | |
tree | 055eb562ca298261103f9f6619db2db340397416 /meta-networking | |
parent | be189dd8c0ab8398cd54b7ec03da87850647b82b (diff) | |
download | meta-openembedded-8031dd5affa4d4c34a61efae938c435275800ea6.tar.gz |
postfix: drop NATIVE_INSTALL_WORKS
This variable hasn't been used in a very long time, so there's no need
to be setting it here.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Hand applied
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index b701f00e6..e48fc39f2 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -225,8 +225,6 @@ do_install_append_class-target() { | |||
225 | 225 | ||
226 | } | 226 | } |
227 | 227 | ||
228 | NATIVE_INSTALL_WORKS = "1" | ||
229 | |||
230 | ALTERNATIVE_${PN} = "sendmail" | 228 | ALTERNATIVE_${PN} = "sendmail" |
231 | ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" | 229 | ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" |
232 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 230 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |