aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bwm-ng/bwm-ng_0.6.bb
blob: 3f43d13dc66b76cd99ba096936c115d1a78dc78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Lightweight console network and disk bandwidth monitor"
LICENSE = "GPLv2"
DEPENDS = "ncurses"
PR = "r1"

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 \
"

SRC_URI[md5sum] = "d3a02484fb7946371bfb4e10927cebfb"
SRC_URI[sha256sum] = "c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd"