aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/tasks
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-20 09:27:36 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-20 09:27:36 +0200
commit0aec849fffedf1fed7fd031ecf40d7370f11697b (patch)
tree3285f3033f641679fea533b229203acd2ff9dfa5 /meta-oe/recipes-core/tasks
parent959d90a32409231e3e121277c64ff7839f1d815e (diff)
downloadmeta-openembedded-0aec849fffedf1fed7fd031ecf40d7370f11697b.tar.gz
task-basic: include a minimal set of timezone data
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/tasks')
-rw-r--r--meta-oe/recipes-core/tasks/task-basic.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/tasks/task-basic.bb b/meta-oe/recipes-core/tasks/task-basic.bb
index ffb7f12fe9..34aa7e1b05 100644
--- a/meta-oe/recipes-core/tasks/task-basic.bb
+++ b/meta-oe/recipes-core/tasks/task-basic.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Basic task to get a device online"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
-PR = "r2"
+PR = "r3"
inherit task
@@ -53,6 +53,8 @@ RRECOMMENDS_${PN} = "\
${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \
${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
\
+ tzdata \
+ \
rsyslog \
cpufrequtils \
htop \