diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-27 18:13:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:25:57 -0800 |
| commit | 67947560bddbf713fb4a0bcb68bc99ad4b979841 (patch) | |
| tree | 737b7f85a684f1b152d7282bcff9622054c5a83d /meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb | |
| parent | c1318861f1c0ed82e700e77958f73747db67ab69 (diff) | |
| download | meta-openembedded-67947560bddbf713fb4a0bcb68bc99ad4b979841.tar.gz | |
wavemon: upgrade 0.9.6 -> 0.9.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb')
| -rw-r--r-- | meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb b/meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb new file mode 100644 index 0000000000..e9786207f5 --- /dev/null +++ b/meta-networking/recipes-support/wavemon/wavemon_0.9.7.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "wavemon is a wireless device monitoring application" | ||
| 2 | HOMEPAGE = "https://github.com/uoaerg/wavemon" | ||
| 3 | DESCRIPTION = "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 | |||
| 8 | LICENSE = "GPL-3.0-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
| 10 | |||
| 11 | PACKAGECONFIG ??= "cap" | ||
| 12 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | ||
| 13 | |||
| 14 | DEPENDS = "libnl ncurses" | ||
| 15 | |||
| 16 | SRC_URI = "git://github.com/uoaerg/wavemon;branch=master;protocol=https;tag=v${PV}" | ||
| 17 | SRCREV = "fb158b047c39af62b6627fc7e6c16e5017681d8f" | ||
| 18 | |||
| 19 | # Needs some help to find libnl3 headers. | ||
| 20 | # Reorder -pthread flag on the command line. | ||
| 21 | EXTRA_OEMAKE = "\ | ||
| 22 | CC='${CC}' CFLAGS='${CFLAGS} -pthread -I${STAGING_INCDIR}/libnl3' \ | ||
| 23 | " | ||
| 24 | |||
| 25 | |||
| 26 | # wavemon does not support using out-of-tree builds | ||
| 27 | inherit autotools-brokensep pkgconfig | ||
