diff options
| author | Sanjay Chitroda <sanjayembeddedse@gmail.com> | 2026-01-02 17:15:32 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-21 10:22:57 +0530 |
| commit | 8fdc4a1e4be0f1f6c07d0c4202f40394f86b86fe (patch) | |
| tree | aa8fb995cbc8b2148948790889a7d89bf329d881 /meta-oe/recipes-core | |
| parent | 8462fe14b87e43e88373bd009ca7adfee5740741 (diff) | |
| download | meta-openembedded-8fdc4a1e4be0f1f6c07d0c4202f40394f86b86fe.tar.gz | |
recipes-core/toybox: Switch SRC_URI to HTTPS for reliable fetch
The upstream site (landley.net) serves inconsistent content when using HTTP,
causing checksum mismatches during do_fetch. Using HTTPS ensures stable
downloads and resolves checksum failures.
Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 050ffcdea2b2ac3fcfb5bc5f39d64b60b2dd1dca)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-core')
| -rw-r--r-- | meta-oe/recipes-core/toybox/toybox_0.8.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.13.bb b/meta-oe/recipes-core/toybox/toybox_0.8.13.bb index 919743135b..6a5a155ba5 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.8.13.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.8.13.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78659a599b9325da368f2f1eb88f19c7" | |||
| 7 | 7 | ||
| 8 | inherit cml1 update-alternatives | 8 | inherit cml1 update-alternatives |
| 9 | 9 | ||
| 10 | SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz" | 10 | SRC_URI = "https://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz" |
| 11 | SRC_URI[sha256sum] = "9d4c124d7d731a2db399f6278baa2b42c2e3511f610c6ad30cc3f1a52581334b" | 11 | SRC_URI[sha256sum] = "9d4c124d7d731a2db399f6278baa2b42c2e3511f610c6ad30cc3f1a52581334b" |
| 12 | 12 | ||
| 13 | SECTION = "base" | 13 | SECTION = "base" |
