diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-24 21:36:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-04-29 10:13:56 -0700 |
| commit | 1cb19a31ba1e780cb3cfb3a37150d77281688c78 (patch) | |
| tree | 090551d6d6964efd71655c086130fde6eb02b5de | |
| parent | e8e7b54fe287d6670e52f2dfd8662262adede56a (diff) | |
| download | meta-openembedded-1cb19a31ba1e780cb3cfb3a37150d77281688c78.tar.gz | |
traceroute: add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb index 8f17d3fdbe..19bbf03f1d 100644 --- a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb +++ b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | |||
| @@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
| 13 | 13 | ||
| 14 | inherit update-alternatives | 14 | inherit update-alternatives |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/traceroute/files/traceroute/" | ||
| 17 | |||
| 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \ | 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \ |
| 17 | file://filter-out-the-patches-from-subdirs.patch \ | 19 | file://filter-out-the-patches-from-subdirs.patch \ |
| 18 | " | 20 | " |
