[oe-commits] Koen Kooi : task-basic: include a minimal set of timezone data

git at git.openembedded.org git at git.openembedded.org
Thu Oct 20 07:32:39 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 0aec849fffedf1fed7fd031ecf40d7370f11697b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0aec849fffedf1fed7fd031ecf40d7370f11697b

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Oct 20 09:27:36 2011 +0200

task-basic: include a minimal set of timezone data

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/tasks/task-basic.bb |    4 +++-
 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 ffb7f12..34aa7e1 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 \





More information about the Openembedded-commits mailing list