Re: [OE-core] [PATCH 1/5] systemd: add 'less' to its RDEPENDS

2014-01-17 Thread Enrico Scholz
Chen Qi qi.chen-cwa4wttnnzf54taoqty...@public.gmane.org writes: +# less package is needed to correctly display the contents of 'journalctl' +RDEPENDS_${PN} += kmod dbus util-linux-mount less please make this an RRECOMMENDS; people can set 'SYSTEMD_PAGER=' or pipe the journalctl output and do

[OE-core] [PATCH 1/5] systemd: add 'less' to its RDEPENDS

2014-01-16 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RDEPENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen Qi