From 86f777c46c59a3344790ffdc6e4da20c51504d58 Mon Sep 17 00:00:00 2001
From: Michael Smith <msmith@cbnco.com>
Date: Sun, 7 Jun 2009 22:52:51 -0400
Subject: Add bwm-ng 0.6: lightweight network and disk bandwidth monitor

Signed-off-by: Michael Smith <msmith@cbnco.com>
---
 recipes/bwm-ng/bwm-ng_0.6.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes/bwm-ng/bwm-ng_0.6.bb

(limited to 'recipes/bwm-ng')

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 \
+"
-- 
cgit v1.2.3