task-basic: include a minimal set of timezone data

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-20 09:27:36 +02:00
parent 959d90a324
commit 0aec849fff
+3 -1
View File
@@ -5,7 +5,7 @@ DESCRIPTION = "Basic task to get a device online"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r2" PR = "r3"
inherit task inherit task
@@ -53,6 +53,8 @@ RRECOMMENDS_${PN} = "\
${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \
${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
\ \
tzdata \
\
rsyslog \ rsyslog \
cpufrequtils \ cpufrequtils \
htop \ htop \