package/kismet: bump to version 2022-02-R1

Linking with -latomic is handled by configure.ac since version
2022-01-R3 and
bbdfd21e2b

https://www.kismetwireless.net/release/kismet-2022-02-R1
https://www.kismetwireless.net/release/kismet-2022-01-R3
https://www.kismetwireless.net/release/kismet-2022-01-R2
https://www.kismetwireless.net/release/kismet-2022-01-R1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-02-23 22:12:02 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent b526bdb5ee
commit d4aaa7ac4d
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 1c8e31b1babdb0fc93ac38fd0772a24d4b40f865fbc292fa8ec7f4a18ced0135 kismet-2021-08-R1.tar.xz
sha256 aaae4747f14734a73f601af013c0eee26e13680f5e3675dfce09b7de2e68b8a8 kismet-2022-02-R1.tar.xz
sha256 93c7f0d7e356b0abfb6f494ff3ea37f96abc84e9a5619b25d4e43f7553a55739 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
KISMET_VERSION = 2021-08-R1
KISMET_VERSION = 2022-02-R1
KISMET_SOURCE = kismet-$(KISMET_VERSION).tar.xz
KISMET_SITE = http://www.kismetwireless.net/code
KISMET_DEPENDENCIES = \
@ -29,10 +29,6 @@ endif
KISMET_CONF_ENV += CXXFLAGS="$(KISMET_CXXFLAGS)"
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
KISMET_CONF_ENV += LIBS=-latomic
endif
ifeq ($(BR2_PACKAGE_LIBCAP),y)
KISMET_DEPENDENCIES += libcap
KISMET_CONF_OPTS += --enable-libcap