This is needed for login-shield pkg in meta-security Signed-off-by: Armin Kuster <[email protected]> --- .../recipes-filter/ipset/ipset_7.9.bb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-networking/recipes-filter/ipset/ipset_7.9.bb
diff --git a/meta-networking/recipes-filter/ipset/ipset_7.9.bb b/meta-networking/recipes-filter/ipset/ipset_7.9.bb new file mode 100644 index 0000000000..95e48f0131 --- /dev/null +++ b/meta-networking/recipes-filter/ipset/ipset_7.9.bb @@ -0,0 +1,21 @@ +# Copyright (C) 2017 Aaron Brice <[email protected]> +# 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" + +SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2" +SRC_URI[sha256sum] = "b75c13689eddf1d95b396840a69dc04fd7ae4112b10b70594bc0405df7b9b30a" + +inherit autotools pkgconfig module-base + +EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" + +RRCOMMENDS_${PN} = "\ + kernel-module-ip-set \ +" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88865): https://lists.openembedded.org/g/openembedded-devel/message/88865 Mute This Topic: https://lists.openembedded.org/mt/79915752/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
