diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-16 17:27:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:14 +0000 |
commit | aa90b5dda8e05858a194e67b7a64903152accb2e (patch) | |
tree | 98c0a0b5f60caa875198ea055de81649f4529f4d | |
parent | 4c98105f76a426abdcd8ed587fc6967df461443f (diff) | |
download | poky-aa90b5dda8e05858a194e67b7a64903152accb2e.tar.gz |
ifupdown: update to 0.8.2
Switch upstream to git, as old versions can disappear from archive.ubuntu.com
(From OE-Core rev: 1b09449dedfa2421c662b1d6f2104c235443e566)
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.2.bb (renamed from meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.2.bb index 24eb87bafb..732b295b8e 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.2.bb | |||
@@ -6,16 +6,16 @@ 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 = "http://archive.ubuntu.com/ubuntu/pool/main/i/ifupdown/ifupdown_0.7.48.1ubuntu5.tar.gz \ | 9 | SRC_URI = "git://anonscm.debian.org/git/collab-maint/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 \ |
13 | " | 13 | " |
14 | SRCREV = "05ea2fd4f49bb1201aeef2a42efbcff8f336112f" | ||
14 | 15 | ||
15 | EXTRA_OEMAKE = "" | 16 | EXTRA_OEMAKE = "" |
16 | 17 | ||
17 | # needed so we don't get default S="${WORKDIR}/ifupdown-${PV}" | 18 | S = "${WORKDIR}/git" |
18 | S = "${WORKDIR}/ifupdown-${PV}ubuntu5" | ||
19 | 19 | ||
20 | 20 | ||
21 | inherit update-rc.d update-alternatives | 21 | inherit update-rc.d update-alternatives |
@@ -49,6 +49,3 @@ ALTERNATIVE_LINK_NAME[ifdown] = "${base_sbindir}/ifdown" | |||
49 | 49 | ||
50 | INITSCRIPT_NAME = "ifup" | 50 | INITSCRIPT_NAME = "ifup" |
51 | INITSCRIPT_PARAMS = "start 39 S . stop 39 0 6 1 ." | 51 | INITSCRIPT_PARAMS = "start 39 S . stop 39 0 6 1 ." |
52 | |||
53 | SRC_URI[md5sum] = "85ba375f3c6f26d34efb2a8575e77fc8" | ||
54 | SRC_URI[sha256sum] = "08dce14692c07b72b583b86c4d3ace0d9dac1928925144cc3ddde15b694ebbdf" | ||