aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-12-27 08:39:51 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-01-08 12:06:01 -0500
commit8031dd5affa4d4c34a61efae938c435275800ea6 (patch)
tree055eb562ca298261103f9f6619db2db340397416
parentbe189dd8c0ab8398cd54b7ec03da87850647b82b (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc2
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 b701f00e68..e48fc39f2e 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() {
}
-NATIVE_INSTALL_WORKS = "1"
-
ALTERNATIVE_${PN} = "sendmail"
ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix"
ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"