diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-27 07:56:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-28 08:14:39 -0800 |
| commit | 8da9f2fea2e4c2f525e9357814f21b70669b8d8b (patch) | |
| tree | 82043dda761d160fdb48f327afa322819ab82656 /meta-networking/recipes-support | |
| parent | a429fcdc13ab76ad29a2af88a143ed1b8772a4ab (diff) | |
| download | meta-openembedded-8da9f2fea2e4c2f525e9357814f21b70669b8d8b.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>
Diffstat (limited to 'meta-networking/recipes-support')
| -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 | ||
