Files
poky/meta/recipes-extended
Wenlin Kang 491d370861 sysstat: remove check for chkconfig
For cross-platform, chkconfig can't work, so should remove check for it.
This can only be reproduced on some platform with chkconfig(e.g. CentOS
Linux release 7.2.1511), and need with --enable-install-cron and without
--enable-copy-only.

Fixed:
| 	if [ "n" == "n" ]; then \
| 		if [ -x "/usr/sbin/chkconfig" ]; then \
| 			cd /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/init.d && /usr/sbin/chkconfig --add sysstat; \
| 		else \
| 			[ -d /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc2.d ] || mkdir -p /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc2.d; \
| 			[ -d /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc3.d ] || mkdir -p /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc3.d; \
| 			[ -d /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc5.d ] || mkdir -p /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc5.d; \
| 			cd /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc2.d && ln -s -f ../init.d/sysstat S01sysstat; \
| 			cd /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc3.d && ln -s -f ../init.d/sysstat S01sysstat; \
| 			cd /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d/rc5.d && ln -s -f ../init.d/sysstat S01sysstat; \
| 		fi \
| 	fi \
| elif [ -d /path/to/tmp/work/corei7-64-wrs-linux/sysstat/11.1.5-r0/image/etc/rc.d ]; then \
| ...
| fi
| error reading information on service sysstat: No such file or directory
| Makefile:382: recipe for target 'install_all' failed

(From OE-Core rev: d193caa4bd94661b87393719d72d6e9cacc60439)

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-25 17:57:23 +00:00
..
2019-11-14 13:20:59 +00:00
2019-08-21 21:52:59 +01:00
2019-07-02 08:13:07 +01:00
2019-03-29 08:28:53 +00:00
2019-04-12 14:05:38 +01:00
2019-11-07 15:12:00 +00:00
2019-10-19 23:18:33 +01:00
2019-10-08 11:22:24 +01:00
2019-02-19 16:14:57 +00:00
2019-09-06 14:58:09 +01:00
2019-02-19 16:14:57 +00:00
2019-08-29 14:05:12 +01:00
2019-06-19 12:46:43 +01:00
2018-11-14 11:14:39 +00:00
2017-12-02 11:25:32 +00:00
2019-11-14 13:20:59 +00:00
2019-08-22 22:48:26 +01:00
2019-02-20 11:30:35 +00:00
2019-11-21 23:08:20 +00:00
2019-02-19 16:14:57 +00:00
2019-09-07 07:47:24 +01:00
2019-11-25 17:57:23 +00:00
2019-10-15 14:16:12 +01:00
2019-08-13 09:37:37 +01:00
2019-11-05 10:37:11 +00:00
2019-11-21 23:08:19 +00:00
2019-04-23 23:30:19 +01:00
2018-05-29 21:07:17 +01:00
2019-10-28 05:31:42 +00:00
2019-06-07 09:11:49 +01:00
2019-10-31 16:09:34 +00:00
2019-06-27 12:20:36 +01:00
2019-05-27 17:06:34 +01:00
2018-05-04 13:28:05 +01:00
2019-09-30 16:55:21 +01:00
2018-07-24 11:52:26 +01:00