diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-08 23:10:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-08 23:10:47 +0200 |
commit | 9543ab8f8c447be3d2c5a28cc4476beccc9aba8c (patch) | |
tree | 117467ba59248465be9b5f3d4669d6668479e68c /recipes/bwm-ng/bwm-ng_0.6.bb | |
parent | ecc34f8be789bf05459461c5d81bf0ce5177e340 (diff) | |
parent | 487041c96b272fa4f21c7e05b6cde2b0355dc97e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/bwm-ng/bwm-ng_0.6.bb')
-rw-r--r-- | recipes/bwm-ng/bwm-ng_0.6.bb | 16 |
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 \ +" |