From 07df35147d9d223f9ab8778527b16bd481192f72 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 17 May 2017 10:50:25 +0800 Subject: ifenslave: 2.7 -> 2.9 1) Upgrade ifenslave from 2.7 to 2.9. 2) License checksum changed,since the copyright's Format were changed. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Signed-off-by: Huang Qiyu Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../recipes-support/ifenslave/ifenslave_2.7.bb | 26 --------------------- .../recipes-support/ifenslave/ifenslave_2.9.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb create mode 100644 meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb deleted file mode 100644 index 50289211b3..0000000000 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Configure network interfaces for parallel routing" -HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding" -SECTION = "net" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=6807ba81c0744ab50d735c94628c3f64" - -SRCREV = "400c490d52acb31f1064e1bf4fc9fcaf3791888f" -SRC_URI = "git://anonscm.debian.org/collab-maint/ifenslave.git" - -S = "${WORKDIR}/git" - -do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/ifenslave ${D}${sbindir}/ - - install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave - install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave - install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave - install -m 0644 -D ${S}/debian/ifenslave.8 ${D}${mandir}/man8/ifenslave.8 -} - -FILES_${PN}-doc_remove = "${mandir}" -FILES_${PN} += "${mandir}/man8/ifenslave.8" - -RDEPENDS_${PN} = "man" diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb new file mode 100644 index 0000000000..ea28b34aa9 --- /dev/null +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.9.bb @@ -0,0 +1,27 @@ +SUMMARY = "Configure network interfaces for parallel routing" +HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding" +SECTION = "net" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" + + +SRCREV = "42bfbb9beb924672ca86b86e9679ac3d6b87d992" +SRC_URI = "git://anonscm.debian.org/collab-maint/ifenslave.git" + +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${sbindir} + install -m 0755 ${S}/ifenslave ${D}${sbindir}/ + + install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave + install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave + install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave + install -m 0644 -D ${S}/debian/ifenslave.8 ${D}${mandir}/man8/ifenslave.8 +} + +FILES_${PN}-doc_remove = "${mandir}" +FILES_${PN} += "${mandir}/man8/ifenslave.8" + +RDEPENDS_${PN} = "man" -- cgit 1.2.3-korg