[oe-commits] [meta-openembedded] 04/08: corosync: corosync-qnetd.conf is now created under /run during runtime

git at git.openembedded.org git at git.openembedded.org
Mon Jun 25 06:06:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dddf4bdd3bae1b9e67bc33eea93b1d204a495f97
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Jun 23 19:31:41 2018 -0700

    corosync: corosync-qnetd.conf is now created under /run during runtime
    
    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 5ebec08..23a3d14 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
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list