diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-30 13:17:04 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:30:14 -0400 |
commit | 99d8d95b2a23d161c366a8a8609494c9b6a75783 (patch) | |
tree | ed41edeb2476a2294f96c430758d69909e69b30a | |
parent | 076e5413adac44611606a5e779455ac1318eb52b (diff) | |
download | meta-openembedded-99d8d95b2a23d161c366a8a8609494c9b6a75783.tar.gz |
nicstat: Use SOURCEFORGE_MIRROR in SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 256ea730b030ec18871dada8953cf5f40e6fc4e3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/nicstat/nicstat_1.95.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb b/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb index 3875f0f605..bf742fa062 100644 --- a/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb +++ b/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://nicstat.sourceforge.net" | |||
5 | LICENSE = "Artistic-2.0" | 5 | LICENSE = "Artistic-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4a94da2a1f918b217ef5156634fc9e0" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4a94da2a1f918b217ef5156634fc9e0" |
7 | 7 | ||
8 | SRC_URI = "http://softlayer-sng.dl.sourceforge.net/project/${BPN}/${BP}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \ |
9 | file://0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch \ | 9 | file://0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "9a0b87bbc670c1e738e5b40c7afd184d" | 11 | SRC_URI[md5sum] = "9a0b87bbc670c1e738e5b40c7afd184d" |