blob: b724233ba0c764f246b5355f040fd7e5deded80a [file] [log] [blame]
Andrew Geisslereef63862021-01-29 15:58:13 -06001# Copyright (C) 2017 Aaron Brice <aaron.brice@datasoft.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Administration tool for IP sets"
5HOMEPAGE = "http://ipset.netfilter.org"
6LICENSE = "GPL-2.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
8SECTION = "base"
9
10DEPENDS = "libtool libmnl"
11
12SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2"
Andrew Geisslerac970dd2021-02-12 15:32:45 -060013SRC_URI[sha256sum] = "b24906ba43e2fe322bd41863476761d749a4bddf5ce4c2265ba04b03bc7e9cf6"
Andrew Geisslereef63862021-01-29 15:58:13 -060014
15inherit autotools pkgconfig module-base
16
17EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"
18
Andrew Geisslerac970dd2021-02-12 15:32:45 -060019RRECOMMENDS_${PN} = "\
Andrew Geisslereef63862021-01-29 15:58:13 -060020 kernel-module-ip-set \
Andrew Geisslerac970dd2021-02-12 15:32:45 -060021"