[oe] [meta-networking][PATCH 16/20] corosync: corosync-qnetd.conf is now created under /run during runtime

Khem Raj raj.khem at gmail.com
Sun Jun 24 19:18:41 UTC 2018


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-extended/corosync/corosync_2.4.4.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb
index 5ebec08b99..23a3d147f3 100644
--- a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb
+++ b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb
@@ -67,10 +67,6 @@ do_install_append() {
     if [ ${@bb.utils.filter('DISTRO_FEATURES','systemd',d)} ]; then
         install -d ${D}${sysconfdir}/tmpfiles.d
         echo "d ${localstatedir}/log/cluster - - - -" > ${D}${sysconfdir}/tmpfiles.d/corosync.conf
-
-        if [ ${@bb.utils.filter('PACKAGECONFIG', 'qnetd', d)} ]; then
-            install -m 0644 ${S}/conf/tmpfiles.d/corosync-qnetd.conf ${D}${sysconfdir}/tmpfiles.d
-        fi
     fi
 }
 
-- 
2.18.0




More information about the Openembedded-devel mailing list