diff options
| author | Guocai He <guocai.he.cn@windriver.com> | 2025-02-27 10:11:48 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-04 08:46:02 -0800 |
| commit | 9f6c004cc7488772cf58c60c47325402c7e6365f (patch) | |
| tree | 705db7e49b3f79489fd5dfd99a62e89f18c1b4ed | |
| parent | 7c77eacfa71e667e8dbf6599d4f9b98249498f72 (diff) | |
| download | poky-9f6c004cc7488772cf58c60c47325402c7e6365f.tar.gz | |
tzcode: Update SRC_URI
Update SRC_URI for tzcode.
Update the http to https in SRC_URI to fix the do_fetch issue.
(From OE-Core rev: b663540d143b0e5fcb9ceeec45cde7fe3e68f9bb)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/timezone/timezone.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index adf095280f..8935d1cd8c 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
| @@ -1,20 +1,20 @@ | |||
| 1 | SUMMARY = "Timezone data" | 1 | SUMMARY = "Timezone data" |
| 2 | DESCRIPTION = "The Time Zone Database contains code and data that represent \ | 2 | DESCRIPTION = "The Time Zone Database contains code and data that represent \ |
| 3 | the history of local time for many representative locations around the globe." | 3 | the history of local time for many representative locations around the globe." |
| 4 | HOMEPAGE = "http://www.iana.org/time-zones" | 4 | HOMEPAGE = "https://www.iana.org/time-zones" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "PD & BSD-3-Clause" | 6 | LICENSE = "PD & BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" |
| 8 | 8 | ||
| 9 | PV = "2024b" | 9 | PV = "2024b" |
| 10 | 10 | ||
| 11 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \ | 11 | SRC_URI =" https://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;subdir=tz \ | 12 | https://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/tz" | 15 | S = "${WORKDIR}/tz" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | 17 | UPSTREAM_CHECK_URI = "https://www.iana.org/time-zones" |
| 18 | 18 | ||
| 19 | SRC_URI[tzcode.sha256sum] = "5e438fc449624906af16a18ff4573739f0cda9862e5ec28d3bcb19cbaed0f672" | 19 | SRC_URI[tzcode.sha256sum] = "5e438fc449624906af16a18ff4573739f0cda9862e5ec28d3bcb19cbaed0f672" |
| 20 | SRC_URI[tzdata.sha256sum] = "70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550" | 20 | SRC_URI[tzdata.sha256sum] = "70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550" |
