diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-08 15:31:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-08 06:53:05 -0800 |
| commit | 583f04b8973baaf3b3142f33d26ea77c1d532c34 (patch) | |
| tree | dc85015ad2a305f7eddd71af16003e8f5af81ec5 | |
| parent | 9bca628d85c2adf1b437dc7080fd758cf040ccd6 (diff) | |
| download | meta-openembedded-583f04b8973baaf3b3142f33d26ea77c1d532c34.tar.gz | |
ncftp: correct SRC_URI
The used version was moved to another folder - and was also repackaged
with gzip compression.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb index 6b62e135d6..c97fbdfe66 100644 --- a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb +++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb | |||
| @@ -5,14 +5,14 @@ LICENSE = "ClArtistic" | |||
| 5 | LIC_FILES_CHKSUM = "file://ncftp/cmds.c;beginline=3;endline=4;md5=9c2390809f71465aa7ff76e03dc14d91" | 5 | LIC_FILES_CHKSUM = "file://ncftp/cmds.c;beginline=3;endline=4;md5=9c2390809f71465aa7ff76e03dc14d91" |
| 6 | DEPENDS = "ncurses" | 6 | DEPENDS = "ncurses" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://www.ncftp.com/public_ftp/ncftp/${BP}-src.tar.xz \ | 8 | SRC_URI = "https://www.ncftp.com/public_ftp/ncftp/older_versions/${BP}-src.tar.gz \ |
| 9 | file://ncftp-configure-use-BUILD_CC-for-ccdv.patch \ | 9 | file://ncftp-configure-use-BUILD_CC-for-ccdv.patch \ |
| 10 | file://unistd.patch \ | 10 | file://unistd.patch \ |
| 11 | file://0001-Forward-port-defining-PREFIX_BINDIR-to-use-new-autoc.patch \ | 11 | file://0001-Forward-port-defining-PREFIX_BINDIR-to-use-new-autoc.patch \ |
| 12 | file://0001-ncftp-3.2.7-fix-gcc14.patch \ | 12 | file://0001-ncftp-3.2.7-fix-gcc14.patch \ |
| 13 | file://0002-ncftp-3.2.7-fix-clang.patch \ | 13 | file://0002-ncftp-3.2.7-fix-clang.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI[sha256sum] = "d41c5c4d6614a8eae2ed4e4d7ada6b6d3afcc9fb65a4ed9b8711344bef24f7e8" | 15 | SRC_URI[sha256sum] = "dbde0d3b4d28ba3a445621e10deaee57a6ba3ced277cc9dbce4052bcddf6cb2a" |
| 16 | 16 | ||
| 17 | # Doesn't use automake | 17 | # Doesn't use automake |
| 18 | inherit autotools-brokensep pkgconfig | 18 | inherit autotools-brokensep pkgconfig |
