[oe-commits] Rolf Leggewie : tzcode: only update tzdata SRC_URI to 2009p. Fixes previous commit.

git version control git at git.openembedded.org
Tue Oct 27 06:43:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9c0f554e9e62de17ada54c7e0cd2d88669a7813f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c0f554e9e62de17ada54c7e0cd2d88669a7813f

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Oct 27 07:35:23 2009 +0100

tzcode: only update tzdata SRC_URI to 2009p.  Fixes previous commit.

---

 recipes/tzcode/tzcode-native_2009k.bb |    5 +++++
 recipes/tzcode/tzcode-native_2009p.bb |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/tzcode/tzcode-native_2009k.bb b/recipes/tzcode/tzcode-native_2009k.bb
new file mode 100644
index 0000000..632dc84
--- /dev/null
+++ b/recipes/tzcode/tzcode-native_2009k.bb
@@ -0,0 +1,5 @@
+require tzcode-native.inc
+SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
+           ftp://elsie.nci.nih.gov/pub/tzdata2009p.tar.gz \
+	  "
+PR = "${INC_PR}.1"
diff --git a/recipes/tzcode/tzcode-native_2009p.bb b/recipes/tzcode/tzcode-native_2009p.bb
deleted file mode 100644
index b171b88..0000000
--- a/recipes/tzcode/tzcode-native_2009p.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require tzcode-native.inc
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
-	  "
-PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list