diff options
| -rw-r--r-- | meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb (renamed from meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb) | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb index 125b59e760..72a7eeec58 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb | |||
| @@ -8,20 +8,15 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253 | |||
| 8 | inherit manpages | 8 | inherit manpages |
| 9 | MAN_PKG = "${PN}" | 9 | MAN_PKG = "${PN}" |
| 10 | 10 | ||
| 11 | SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" | 11 | SRCREV = "c26e9310f552e69d0d44eb48746e02c9ae4b4f6f" |
| 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" | 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git/" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_install() { |
| 17 | install -d ${D}${sbindir} | ||
| 18 | install -m 0755 ${S}/ifenslave ${D}${sbindir}/ | ||
| 19 | |||
| 20 | install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave | 17 | install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave |
| 21 | install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave | 18 | install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave |
| 22 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave | 19 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave |
| 23 | install -m 0644 -D ${S}/debian/ifenslave.8 ${D}${mandir}/man8/ifenslave.8 | ||
| 24 | } | 20 | } |
| 25 | 21 | ||
| 26 | FILES_${PN}-doc_remove = "${mandir}" | 22 | FILES_${PN}-doc_remove = "${mandir}" |
| 27 | FILES_${PN} += "${mandir}/man8/ifenslave.8" | ||
