Skip to content

Commit

Permalink
bmon: Add recipe
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Patrick Areny authored and kraj committed Aug 24, 2021
1 parent e56b987 commit 97daeb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta-networking/recipes-support/bmon/bmon_2.1.0.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 97daeb1

Please sign in to comment.