summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/wavemon/wavemon_0.9.5.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/wavemon/wavemon_0.9.5.bb b/meta-networking/recipes-support/wavemon/wavemon_0.9.5.bb
new file mode 100644
index 0000000000..9da43cf9f4
--- /dev/null
+++ b/meta-networking/recipes-support/wavemon/wavemon_0.9.5.bb
@@ -0,0 +1,28 @@
1SUMMARY = "wavemon is a wireless device monitoring application"
2HOMEPAGE = "https://github.com/uoaerg/wavemon"
3DESCRIPTION = "wavemon is a wireless device monitoring application that \
4 allows you to watch signal and noise levels, packet \
5 statistics, device configuration and network parameters of \
6 your wireless network hardware."
7
8LICENSE = "GPL-3.0-or-later"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
10
11PACKAGECONFIG ??= "cap"
12PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
13
14DEPENDS = "libnl ncurses"
15
16SRC_URI = "git://github.com/uoaerg/wavemon;branch=master;protocol=https"
17SRCREV = "a7c2f190e010db508ead31fa952478e2a1c13d64"
18
19# Needs some help to find libnl3 headers.
20# Reorder -pthread flag on the command line.
21EXTRA_OEMAKE = "\
22 CC='${CC}' CFLAGS='${CFLAGS} -pthread -I${STAGING_INCDIR}/libnl3' \
23"
24
25S = "${WORKDIR}/git"
26
27# wavemon does not support using out-of-tree builds
28inherit autotools-brokensep pkgconfig