tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / bwm-ng / bwm-ng_0.6.bb
blob3f43d13dc66b76cd99ba096936c115d1a78dc78b
1 DESCRIPTION = "Lightweight console network and disk bandwidth monitor"
2 LICENSE = "GPLv2"
3 DEPENDS = "ncurses"
4 PR = "r1"
6 SRC_URI = "${SOURCEFORGE_MIRROR}/bwmng/bwm-ng-${PV}.tar.gz"
8 inherit autotools
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 \
18 SRC_URI[md5sum] = "d3a02484fb7946371bfb4e10927cebfb"
19 SRC_URI[sha256sum] = "c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd"