From 8c14c253299a95d953e25149d04e454e9ddf1b88 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 10 Sep 2015 13:38:16 +0800 Subject: iftop: 1.0pre2 -> 1.0pre4 * update md5sum of license file Signed-off-by: Kai Kang Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | 14 -------------- meta-networking/recipes-support/iftop/iftop_1.0pre4.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-networking/recipes-support/iftop/iftop_1.0pre2.bb create mode 100644 meta-networking/recipes-support/iftop/iftop_1.0pre4.bb (limited to 'meta-networking/recipes-support/iftop') diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb deleted file mode 100644 index e60fc8a704..0000000000 --- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "iftop does for network usage what top(1) does for CPU usage" -HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" -SECTION = "net" -DEPENDS = "libpcap ncurses" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz" -SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5" -SRC_URI[sha256sum] = "1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027" - -inherit autotools-brokensep - diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb new file mode 100644 index 0000000000..0c8e494c19 --- /dev/null +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb @@ -0,0 +1,14 @@ +SUMMARY = "iftop does for network usage what top(1) does for CPU usage" +HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" +SECTION = "net" +DEPENDS = "libpcap ncurses" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=76498170798db0f4f0fb685a225f702f" + +SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz" +SRC_URI[md5sum] = "7e6decb4958e8a4890cccac335239f24" +SRC_URI[sha256sum] = "f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97" + +inherit autotools-brokensep + -- cgit v1.2.3-54-g00ecf