diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-03-13 12:06:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-14 17:13:11 +0000 |
commit | 6150e554104a408a40d3894bad55b4a98a88a853 (patch) | |
tree | 9745c39b30d75b7b288ff7ef35a3c2bfe95dff8e /meta/recipes-extended/timezone/timezone.inc | |
parent | 9db9f8c5753c8327d481533cbec571437add3af6 (diff) | |
download | poky-6150e554104a408a40d3894bad55b4a98a88a853.tar.gz |
timezone: use 'tz' subdir instead of ${WORKDIR} directly
(From OE-Core rev: bc53ccaf82c57826acac5f9c2557e403ec367807)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/timezone/timezone.inc')
-rw-r--r-- | meta/recipes-extended/timezone/timezone.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index 1834665a1e..eec7177228 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
@@ -8,10 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | |||
8 | 8 | ||
9 | PV = "2022g" | 9 | PV = "2022g" |
10 | 10 | ||
11 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ | 11 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \ |
12 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata \ | 12 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \ |
13 | " | 13 | " |
14 | 14 | ||
15 | S = "${WORKDIR}/tz" | ||
16 | |||
15 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | 17 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" |
16 | 18 | ||
17 | SRC_URI[tzcode.sha256sum] = "9610bb0b9656ff404c361a41f3286da53064b5469d84f00c9cb2314c8614da74" | 19 | SRC_URI[tzcode.sha256sum] = "9610bb0b9656ff404c361a41f3286da53064b5469d84f00c9cb2314c8614da74" |