All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging
@ 2013-06-04 10:03 Sujith H
  2013-06-04 10:13 ` sujith h
  0 siblings, 1 reply; 6+ messages in thread
From: Sujith H @ 2013-06-04 10:03 UTC (permalink / raw)
  To: holger.behrens, florin.sarbu; +Cc: yocto, Sujith H

From: Sujith H <Sujith_Haridasan@mentor.com>

Issue found while building foton-image when PACKAGE_CLASSES
set to "package_ipk". This patch will fix the issue.
This patch has to be applied to branch 4.0.

Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
---
 .../node-startup-controller/node-startup-controller_1.0.2.bb           | 3 +++
 .../node-startup-controller/node-startup-controller_git.bb             | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb b/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb
index 470bb97..fd3e1c9 100644
--- a/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb
+++ b/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb
@@ -55,3 +55,6 @@ FILES_${PN}-nsm-dummy = "\
 FILES_${PN}-nsm-dummy-dbg = "\
     ${libdir}/${PN}-1/.debug/nsm-dummy \
     "
+do_install_append() {
+    rm -f ${D}${sysconfdir}/dbus-1/system.d/org.genivi.NodeStateManager.conf
+}
diff --git a/recipes-extended/node-startup-controller/node-startup-controller_git.bb b/recipes-extended/node-startup-controller/node-startup-controller_git.bb
index 0d3b90c..2fec5da 100644
--- a/recipes-extended/node-startup-controller/node-startup-controller_git.bb
+++ b/recipes-extended/node-startup-controller/node-startup-controller_git.bb
@@ -51,3 +51,6 @@ FILES_${PN}-nsm-dummy = "\
 FILES_${PN}-nsm-dummy-dbg = "\
 	${libdir}/${PN}-1/.debug/nsm-dummy \
 	"
+do_install_append() {
+    rm -f ${D}${sysconfdir}/dbus-1/system.d/org.genivi.NodeStateManager.conf
+}
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-05 10:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 10:03 [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging Sujith H
2013-06-04 10:13 ` sujith h
2013-06-04 13:15   ` Florin Sarbu
2013-06-04 13:59     ` sujith h
2013-06-05  6:34       ` Behrens, Holger
2013-06-05 10:42         ` sujith h

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.