diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-27 07:56:34 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-21 10:28:09 +0530 |
| commit | 0f00860e5f70f8a175c3afa63e12f111b8d0d2f6 (patch) | |
| tree | 971a52ec9c16f8542557499f227538288f0d5c6d | |
| parent | 7856298b5f95c452c5e5955f0d14c942d14d0400 (diff) | |
| download | meta-openembedded-0f00860e5f70f8a175c3afa63e12f111b8d0d2f6.tar.gz | |
ncp: update SRC_URI
The https link does not work anymore, it just refuses the connection.
http still works though.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8da9f2fea2e4c2f525e9357814f21b70669b8d8b)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-support/ncp/ncp_1.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ncp/ncp_1.2.4.bb b/meta-networking/recipes-support/ncp/ncp_1.2.4.bb index 516beede5f..ec6d918744 100644 --- a/meta-networking/recipes-support/ncp/ncp_1.2.4.bb +++ b/meta-networking/recipes-support/ncp/ncp_1.2.4.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only" | |||
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 8 | DEPENDS = "libowfat" | 8 | DEPENDS = "libowfat" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://dl.fefe.de/${BP}.tar.bz2" | 10 | SRC_URI = "http://dl.fefe.de/${BP}.tar.bz2" |
| 11 | SRC_URI[md5sum] = "421c4855bd3148b7d0a4342942b4bf13" | 11 | SRC_URI[md5sum] = "421c4855bd3148b7d0a4342942b4bf13" |
| 12 | SRC_URI[sha256sum] = "6cfa72edd5f7717bf7a4a93ccc74c4abd89892360e2e0bb095a73c24b9359b88" | 12 | SRC_URI[sha256sum] = "6cfa72edd5f7717bf7a4a93ccc74c4abd89892360e2e0bb095a73c24b9359b88" |
| 13 | 13 | ||
