diff options
-rw-r--r-- | meta-networking/recipes-support/bmon/bmon_2.1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb new file mode 100644 index 0000000000..8c7b3844b0 --- /dev/null +++ b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Portable Bandwidth Monitor and rate estimator" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
4 | # only works with libnl-0.5.0 | ||
5 | DEPENDS = "libnl libconfuse ncurses" | ||
6 | |||
7 | SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" | ||
8 | SRC_URI = "git://github.com/tgraf/bmon.git;branch=master" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||