From patchwork Sun Jan 16 00:45:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Added Europe/Berlin timezone to tzdata pkg Date: Sun, 16 Jan 2011 00:45:27 -0000 From: Lars Michelsen X-Patchwork-Id: 286 Message-Id: <1295138727-6516-1-git-send-email-lm@larsmichelsen.com> To: openembedded-devel@lists.openembedded.org 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 Acked-by: Paul Menzel --- 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 \