From 872b60f3eaa1394849ab6d44eb06bffce15cbfa1 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 10 Dec 2021 07:25:45 +0100 Subject: bmon: fix PV The commit hash is pointing out to the tag v4.0, not 2.1.0. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-networking/recipes-support/bmon/bmon_2.1.0.bb | 12 ------------ meta-networking/recipes-support/bmon/bmon_4.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-networking/recipes-support/bmon/bmon_2.1.0.bb create mode 100644 meta-networking/recipes-support/bmon/bmon_4.0.bb (limited to 'meta-networking/recipes-support/bmon') diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb deleted file mode 100644 index c974d54fe8..0000000000 --- a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Portable Bandwidth Monitor and rate estimator" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -# only works with libnl-0.5.0 -DEPENDS = "libnl libconfuse ncurses" - -SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" -SRC_URI = "git://github.com/tgraf/bmon.git;branch=master;protocol=https" - -inherit autotools pkgconfig - -S = "${WORKDIR}/git" diff --git a/meta-networking/recipes-support/bmon/bmon_4.0.bb b/meta-networking/recipes-support/bmon/bmon_4.0.bb new file mode 100644 index 0000000000..c974d54fe8 --- /dev/null +++ b/meta-networking/recipes-support/bmon/bmon_4.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Portable Bandwidth Monitor and rate estimator" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +# only works with libnl-0.5.0 +DEPENDS = "libnl libconfuse ncurses" + +SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" +SRC_URI = "git://github.com/tgraf/bmon.git;branch=master;protocol=https" + +inherit autotools pkgconfig + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf