All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added Europe/Berlin timezone to tzdata pkg
@ 2011-01-16  0:45 Lars Michelsen
  2011-01-16 11:47 ` Paul Menzel
  2011-01-16 12:04 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Michelsen @ 2011-01-16  0:45 UTC (permalink / raw)
  To: openembedded-devel

I was missing the Europe/Berlin timezone in the tzdata package. So I
added it to the package.

Additionally increased the PR. Hope this OK for such a change - must
admit that I am very new to OE.

Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
---
 recipes/tzdata/tzdata.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index dd5c2c9..5597232 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "optional"
 DEPENDS = "tzcode-native"
 
-INC_PR = "r8"
+INC_PR = "r9"
 
 DEFAULT_TIMEZONE ?= "Europe/London"
 
@@ -132,6 +132,7 @@ FILES_${PN} += "${datadir}/zoneinfo/Pacific/Honolulu     \
                 ${datadir}/zoneinfo/America/Sao_Paulo    \
                 ${datadir}/zoneinfo/Europe/London        \
                 ${datadir}/zoneinfo/Europe/Paris         \
+                ${datadir}/zoneinfo/Europe/Berlin        \
                 ${datadir}/zoneinfo/Africa/Cairo         \
                 ${datadir}/zoneinfo/Europe/Moscow        \
                 ${datadir}/zoneinfo/Asia/Dubai           \
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-21 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-16  0:45 [PATCH] Added Europe/Berlin timezone to tzdata pkg Lars Michelsen
2011-01-16 11:47 ` Paul Menzel
2011-01-21 20:30   ` Lars Michelsen
2011-01-16 12:04 ` Koen Kooi
2011-01-21 20:32   ` Lars Michelsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.