diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-01-05 22:29:50 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-07 17:07:57 +0000 |
| commit | 5a12c6ee93df7715d6eb13c7af1e62ffa123f5f2 (patch) | |
| tree | e69281e3a58dd584e1747e370eccb1e66293026f /meta/recipes-connectivity | |
| parent | 3e4b382c0c687a76f824cd84b478c4f778e15e3e (diff) | |
| download | poky-5a12c6ee93df7715d6eb13c7af1e62ffa123f5f2.tar.gz | |
portmaper: checkuri fails.
ERROR: portmap-6.0-r9 do_checkuri: Fetcher failure for URL: 'http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz'. URL http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz doesn't work
change to fossies
[ Yocto #12453 ]
(From OE-Core rev: 1c98acf52b702a2bc39e20c8a27850c830063bb4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
| -rw-r--r-- | meta/recipes-connectivity/portmap/portmap_6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 999b4a9374..d9700950ed 100644 --- a/meta/recipes-connectivity/portmap/portmap_6.0.bb +++ b/meta/recipes-connectivity/portmap/portmap_6.0.bb | |||
| @@ -4,7 +4,7 @@ DEPENDS_append_libc-musl = " libtirpc " | |||
| 4 | 4 | ||
| 5 | PR = "r9" | 5 | PR = "r9" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ | 7 | SRC_URI = "https://fossies.org/linux/misc/old/portmap-6.0.tgz \ |
| 8 | file://destdir-no-strip.patch \ | 8 | file://destdir-no-strip.patch \ |
| 9 | file://tcpd-config.patch \ | 9 | file://tcpd-config.patch \ |
| 10 | file://portmap.init \ | 10 | file://portmap.init \ |
