[oe] [meta-networking][PATCH] postfix: drop NATIVE_INSTALL_WORKS

Paul Eggleton paul.eggleton at linux.intel.com
Mon Dec 4 20:40:44 UTC 2017


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 at linux.intel.com>
---
 meta-networking/recipes-daemons/postfix/postfix.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index a588bd3..585c039 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -219,8 +219,6 @@ do_install_append_class-target() {
     sed -i 's:-fdebug-prefix-map[^ ]*::g; s:--sysroot=${STAGING_DIR_TARGET}::g' ${D}/etc/postfix/makedefs.out
 }
 
-NATIVE_INSTALL_WORKS = "1"
-
 ALTERNATIVE_${PN} = "sendmail"
 ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix"
 ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
-- 
2.9.5




More information about the Openembedded-devel mailing list