From: Sujith H <sujith_harida...@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_harida...@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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto