aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPatrick Areny <patrick.areny@notiloplus.com>2021-08-20 15:59:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-23 22:00:39 -0700
commit97daeb1c1c3d4cd6e299f5b0bd01874eacf360f4 (patch)
tree2753fe039f53d8fe967f10b4af3acd7b9e2f94ce /meta-networking
parente56b987c21c47e60eb04b21cf95f9efa67efe6c5 (diff)
downloadmeta-openembedded-97daeb1c1c3d4cd6e299f5b0bd01874eacf360f4.tar.gz
bmon: Add recipe
bmon is a monitoring and debugging tool to capture networking related statistics and prepare them visually in a human friendly way Signed-off-by: Patrick Areny <patrick.areny@notiloplus.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/bmon/bmon_2.1.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb
new file mode 100644
index 0000000000..8c7b3844b0
--- /dev/null
+++ b/meta-networking/recipes-support/bmon/bmon_2.1.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"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"