summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-09 11:11:40 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-09 15:07:50 -0400
commitff18ca2317ff118f39e9f3e8ddfd4533eea55152 (patch)
treefb336edae41d18d0c264684e7507691af523b53c
parent3124f23254045209974337a20e8f51aadbc5c403 (diff)
downloadmeta-virtualization-ff18ca2317ff118f39e9f3e8ddfd4533eea55152.tar.gz
ipset: drop recipe
In the time between the k3s work starting and ending, meta-networking picked up the support we need for ipset. Now that the recipe is in a layer we already depend on, we don't need our own copy. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-networking/ipset/ipset_6.38.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-networking/ipset/ipset_6.38.bb b/recipes-networking/ipset/ipset_6.38.bb
deleted file mode 100644
index b3f450ba..00000000
--- a/recipes-networking/ipset/ipset_6.38.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1# 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"
11RDEPENDS_${PN} = "kernel-module-ip-set"
12
13SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BPN}-${PV}.tar.bz2"
14
15SRC_URI[md5sum] = "0e5d9c85f6b78e7dff0c996e2900574b"
16SRC_URI[sha256sum] = "ceef625ba31fe0aaa422926c7231a819de0b07644c02c17ebdd3022a29e3e244"
17
18inherit autotools pkgconfig module-base
19
20EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"