diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2016-02-09 15:54:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-16 15:16:54 +0000 |
| commit | 2f1fc8c89905bcda7614ae4c7a34c995e8ca8a33 (patch) | |
| tree | 1c8bccf95d7a834a0490253c9f7dd818a36c1cab /meta | |
| parent | c94eb07d53c6bc26692dfb30aa7b006129f79d66 (diff) | |
| download | poky-2f1fc8c89905bcda7614ae4c7a34c995e8ca8a33.tar.gz | |
tzdata: remove 2015d version
* this is left-over from upgrade to 2016a
* it's safer to remove so that .bbappends in other layers really apply to version
used in build (currently we have bbappend for 2015d and build will use 2016a
without any warning
* the same problem was reported with 2015f upgrade:
http://lists.openembedded.org/pipermail/openembedded-core/2015-August/109708.html
(From OE-Core rev: 6b0f0ed6b9ffc3e81b04cf442645130bb41b7ee9)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Not required by other branches as this is removing a leftover file in Fido
only.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015d.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015d.bb b/meta/recipes-extended/tzdata/tzdata_2015d.bb deleted file mode 100644 index d8e5f24986..0000000000 --- a/meta/recipes-extended/tzdata/tzdata_2015d.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | ||
| 2 | |||
| 3 | SRC_URI[tzdata.md5sum] = "b595bdc4474b8fc1a15cffc67c66025b" | ||
| 4 | SRC_URI[tzdata.sha256sum] = "8b9f5008277f09e251e97dba7813f56168d691115bda90ade4638d72f296d531" | ||
| 5 | |||
| 6 | require tzdata.inc | ||
