From 486cdac90e8668918f820968cda22e0adac82e73 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 27 Sep 2020 22:36:21 -0400 Subject: k3s: import version locked ipset dependency Signed-off-by: Bruce Ashfield --- recipes-networking/ipset/ipset_6.38.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-networking/ipset/ipset_6.38.bb diff --git a/recipes-networking/ipset/ipset_6.38.bb b/recipes-networking/ipset/ipset_6.38.bb new file mode 100644 index 00000000..273531fe --- /dev/null +++ b/recipes-networking/ipset/ipset_6.38.bb @@ -0,0 +1,20 @@ +# Copyright (C) 2017 Aaron Brice +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Administration tool for IP sets" +HOMEPAGE = "http://ipset.netfilter.org" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +SECTION = "base" + +DEPENDS = "libtool libmnl" +RDEPENDS_${PN} = "kernel-module-ip-set" + +SRC_URI = "http://ftp.netfilter.org/pub/ipset/${PN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "0e5d9c85f6b78e7dff0c996e2900574b" +SRC_URI[sha256sum] = "ceef625ba31fe0aaa422926c7231a819de0b07644c02c17ebdd3022a29e3e244" + +inherit autotools pkgconfig module-base + +EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" -- cgit v1.2.3-54-g00ecf