From: Saul Wold Date: Thu, 2 Sep 2010 19:17:06 +0000 (-0700) Subject: task-poky-basic: add cron, logrotate, mingetty X-Git-Tag: yocto-4.0~44344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=883b09fefeacaabbc28c19c05c39c39c68b29dae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git task-poky-basic: add cron, logrotate, mingetty Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb index 4309738d3a2..55f166c0fe9 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-poky-basic.bb @@ -111,7 +111,7 @@ RDEPENDS_task-poky-initscripts = "\ initscripts \ sysvinit \ ethtool \ -# mingetty \ + mingetty \ sysklogd \ " @@ -133,7 +133,7 @@ RDEPENDS_task-poky-rpm = "\ RDEPENDS_task-poky-sys-services = "\ at \ bzip2 \ -# cronie \ + cronie \ # crontabs \ dbus \ dbus-glib \ @@ -144,7 +144,7 @@ RDEPENDS_task-poky-sys-services = "\ less \ libcap \ libevent \ -# logrotate \ + logrotate \ nfs-utils \ pciutils \ libpcre \