blob: 3e64f415963749e9a4f1bdefc3e4991fd963d699 [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 Geissler32b11992021-03-31 13:37:05 -050013SRC_URI[sha256sum] = "3151baad30f1d9e317b2ab4f2f5aa7a9f7b4dc11fcf8fe73acd0dc0b5dbabf7d"
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
Patrick Williams213cb262021-08-07 19:21:33 -050019RRECOMMENDS:${PN} = "\
Andrew Geisslereef63862021-01-29 15:58:13 -060020 kernel-module-ip-set \
Andrew Geisslerac970dd2021-02-12 15:32:45 -060021"