aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-03 22:38:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-05 16:04:52 +0100
commitc05f2164f34e66d749636e9e1b0439aded4724ce (patch)
treeb95199c6935f661b3819ac655230f851ab5f21bd
parentd1c9f272fbb56ae80ca8b7e02c2bd2848d9ffa53 (diff)
downloadmeta-openembedded-contrib-c05f2164f34e66d749636e9e1b0439aded4724ce.tar.gz
tzcode-native_2011i: remove and use oe-core recipe
* there are no evident reasons justifying the presence in meta-oe layer. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-extended/tzcode/tzcode-native.inc18
-rw-r--r--meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb20
2 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native.inc b/meta-oe/recipes-extended/tzcode/tzcode-native.inc
deleted file mode 100644
index 2f9f17663a..0000000000
--- a/meta-oe/recipes-extended/tzcode/tzcode-native.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-INC_PR = "r5"
-
-SRC_URI = " \
- http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
- http://www.iana.org/time-zones/repository/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
- "
-
-inherit native
-
-do_install () {
- install -d ${D}${bindir}
- install -m 755 zic ${D}${bindir}/
- install -m 755 zdump ${D}${bindir}/
- install -m 755 tzselect ${D}${bindir}/
-}
-
-NATIVE_INSTALL_WORKS = "1"
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb
deleted file mode 100644
index 8ab450497d..0000000000
--- a/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-require tzcode-native.inc
-
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://README;md5=3ae8198f82258417ce29066d3b034035"
-
-# Note that elsie.nci.nih.gov removes old versions when new is coming out
-# So if this doesn't build for you because of missing source file, just
-# bump it to the latest available version, removing old one
-# Also, tzdata (and it is needed to build tzcode) version can differ from
-# tzcode version, thus this variable
-
-TZDATA_PV = "2011i"
-
-PR = "${INC_PR}.2"
-
-SRC_URI[tzcode-2011i.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2"
-SRC_URI[tzcode-2011i.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec"
-SRC_URI[tzdata-2011i.md5sum] = "c7a86ec34f30f8d6aa77ef94902a3047"
-SRC_URI[tzdata-2011i.sha256sum] = "f8dde7ca5e61f21ac34c8cdbef5568d00c829981211098f059d8104964c81ffa"
-