summaryrefslogtreecommitdiffstats
path: root/recipes/bwm-ng
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-06-07 22:52:51 -0400
committerPhil Blundell <philb@gnu.org>2009-06-08 10:10:03 +0100
commit86f777c46c59a3344790ffdc6e4da20c51504d58 (patch)
tree09212204870ead78fca3602baa8cfdafab200482 /recipes/bwm-ng
parenta5a840137171d88afa6fbf9e824bcb7e8e116c07 (diff)
downloadopenembedded-86f777c46c59a3344790ffdc6e4da20c51504d58.tar.gz
Add bwm-ng 0.6: lightweight network and disk bandwidth monitor
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/bwm-ng')
-rw-r--r--recipes/bwm-ng/bwm-ng_0.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/bwm-ng/bwm-ng_0.6.bb b/recipes/bwm-ng/bwm-ng_0.6.bb
new file mode 100644
index 0000000000..5a2816248b
--- /dev/null
+++ b/recipes/bwm-ng/bwm-ng_0.6.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Lightweight console network and disk bandwidth monitor"
+LICENSE = "GPLv2"
+DEPENDS = "ncurses"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/bwmng/bwm-ng-${PV}.tar.gz"
+
+inherit autotools
+
+# Use /proc/net/dev and /proc/diskstats rather than full libstatgrab.
+# Disable netstat -i parser as it's not compatible with busybox netstat.
+EXTRA_OECONF = " \
+ --with-procnetdev --with-diskstats \
+ --with-libstatgrab=no \
+ --with-netstatlinux=no \
+"