diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-05-04 15:32:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-08 16:14:14 +0100 |
commit | 96d783fa39151ee638209158cd6e5e71a1601477 (patch) | |
tree | c8553b00d76851003154405f3012c2c02360aa24 | |
parent | a6b62ef9aeab62851703fa883a2fe4fcb4ef94a9 (diff) | |
download | poky-96d783fa39151ee638209158cd6e5e71a1601477.tar.gz |
ifupdown: correct the repository location
The old repo is gone.
(From OE-Core rev: f171137579bf3141032d309fa433c14ac9141e43)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ifupdown/ifupdown_0.8.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb index 5654528ae8..e9f3a2aee9 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.16.bb | |||
@@ -6,7 +6,7 @@ the file /etc/network/interfaces." | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | 8 | ||
9 | SRC_URI = "git://anonscm.debian.org/git/collab-maint/ifupdown.git \ | 9 | SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https \ |
10 | file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ | 10 | file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ |
11 | file://inet-6-.defn-fix-inverted-checks-for-loopback.patch \ | 11 | file://inet-6-.defn-fix-inverted-checks-for-loopback.patch \ |
12 | file://99_network \ | 12 | file://99_network \ |