Merge remote-tracking branch 'dm/opendreambox-1.6' into test_0701
[vuplus_openembedded] / recipes / bwm-ng / bwm-ng_0.6.bb
1 DESCRIPTION = "Lightweight console network and disk bandwidth monitor"
2 LICENSE = "GPLv2"
3 DEPENDS = "ncurses"
4 PR = "r0"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/bwmng/bwm-ng-${PV}.tar.gz"
7
8 inherit autotools
9
10 # Use /proc/net/dev and /proc/diskstats rather than full libstatgrab.
11 # Disable netstat -i parser as it's not compatible with busybox netstat.
12 EXTRA_OECONF = " \
13     --with-procnetdev --with-diskstats \
14     --with-libstatgrab=no \
15     --with-netstatlinux=no \
16 "