diff options
author | 2013-07-05 14:29:22 +0200 | |
---|---|---|
committer | 2013-07-08 18:12:46 +0300 | |
commit | f7ee518a8db2ebe339d0fd0c9e8e5aebd9a33fa4 (patch) | |
tree | b153a483e7c9958fffcf137cf7df19836bd4196f | |
parent | b5e316475f3996ea056e350867dcb1122970208c (diff) | |
download | meta-ivi-f7ee518a8db2ebe339d0fd0c9e8e5aebd9a33fa4.tar.gz meta-ivi-f7ee518a8db2ebe339d0fd0c9e8e5aebd9a33fa4.tar.bz2 meta-ivi-f7ee518a8db2ebe339d0fd0c9e8e5aebd9a33fa4.zip |
connman: do not delete init scripts in bbappend
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@mentor.com>
-rw-r--r-- | recipes-connectivity/connman/connman_1.12.bbappend | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-connectivity/connman/connman_1.12.bbappend b/recipes-connectivity/connman/connman_1.12.bbappend index cda612b..f1deaf2 100644 --- a/recipes-connectivity/connman/connman_1.12.bbappend +++ b/recipes-connectivity/connman/connman_1.12.bbappend @@ -1,9 +1 @@ PRINC := "${@int(PRINC) + 2}" - -INITSCRIPT_NAME = "" -INITSCRIPT_PARAMS = "" - -do_install_append() { - # Remove init scripts - rm -r ${D}${sysconfdir}/init.d -} |