summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ifupdown
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ifupdown')
-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."
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8 8
9SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/i/ifupdown/ifupdown_0.7.48.1ubuntu5.tar.gz \ 9SRC_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 "
14SRCREV = "05ea2fd4f49bb1201aeef2a42efbcff8f336112f"
14 15
15EXTRA_OEMAKE = "" 16EXTRA_OEMAKE = ""
16 17
17# needed so we don't get default S="${WORKDIR}/ifupdown-${PV}" 18S = "${WORKDIR}/git"
18S = "${WORKDIR}/ifupdown-${PV}ubuntu5"
19 19
20 20
21inherit update-rc.d update-alternatives 21inherit update-rc.d update-alternatives
@@ -49,6 +49,3 @@ ALTERNATIVE_LINK_NAME[ifdown] = "${base_sbindir}/ifdown"
49 49
50INITSCRIPT_NAME = "ifup" 50INITSCRIPT_NAME = "ifup"
51INITSCRIPT_PARAMS = "start 39 S . stop 39 0 6 1 ." 51INITSCRIPT_PARAMS = "start 39 S . stop 39 0 6 1 ."
52
53SRC_URI[md5sum] = "85ba375f3c6f26d34efb2a8575e77fc8"
54SRC_URI[sha256sum] = "08dce14692c07b72b583b86c4d3ace0d9dac1928925144cc3ddde15b694ebbdf"