[yocto] [meta-ivi] [PATCHv3] connman: do not delete init scripts in bbappend

Sergey Matyukevich sergey_matyukevich at mentor.com
Fri Jul 5 01:50:44 PDT 2013


Currently connman init scripts are installed only when 'sysvinit' feature is
enabled in DISTRO_FEATURES: commit 7c8160ccbe17d6e10bd7a09b91843182a89b9055
in poky. No need to remove them in bbappend:
  - they are not installed for 'systemd'-enabled systems
  - they are needed for 'sysvinit'-enabled systems

Signed-off-by: Sergey Matyukevich <sergey_matyukevich at mentor.com>
---
 recipes-connectivity/connman/connman_1.15.bbappend |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/recipes-connectivity/connman/connman_1.15.bbappend b/recipes-connectivity/connman/connman_1.15.bbappend
index cda612b..f1deaf2 100644
--- a/recipes-connectivity/connman/connman_1.15.bbappend
+++ b/recipes-connectivity/connman/connman_1.15.bbappend
@@ -1,9 +1 @@
 PRINC := "${@int(PRINC) + 2}"
-
-INITSCRIPT_NAME = ""
-INITSCRIPT_PARAMS = ""
-
-do_install_append() {
-	# Remove init scripts
-	rm -r ${D}${sysconfdir}/init.d
-}
-- 
1.7.2.5




More information about the yocto mailing list