]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-basic: add cron, logrotate, mingetty
authorSaul Wold <Saul.Wold@intel.com>
Thu, 2 Sep 2010 19:17:06 +0000 (12:17 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Sep 2010 21:17:23 +0000 (22:17 +0100)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-extended/tasks/task-poky-basic.bb

index 4309738d3a24026c01211b188758ae4a18d74e7b..55f166c0fe9f5eaaee629bd14898f83767ab3f2b 100644 (file)
@@ -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 \