diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-01-05 22:29:50 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-04 11:12:12 +0000 |
| commit | e9b9b59ca18774082aaaa8b797c556f754c843f1 (patch) | |
| tree | 7cca4f3268682b9e528f965ce4ffd3eeb0279f81 | |
| parent | 267f2f4c0baeac4a79ef2ea42cc06477d9e6b829 (diff) | |
| download | poky-e9b9b59ca18774082aaaa8b797c556f754c843f1.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)
(From OE-Core rev: ae55f908420de9d68426f6e9159c8efa1ba1b337)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 \ |
