diff options
| -rw-r--r-- | meta-networking/recipes-filter/ipset/ipset_7.9.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | # Copyright (C) 2017 Aaron Brice <aaron.brice@datasoft.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | DESCRIPTION = "Administration tool for IP sets" | ||
| 5 | HOMEPAGE = "http://ipset.netfilter.org" | ||
| 6 | LICENSE = "GPL-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 8 | SECTION = "base" | ||
| 9 | |||
| 10 | DEPENDS = "libtool libmnl" | ||
| 11 | |||
| 12 | SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2" | ||
| 13 | SRC_URI[sha256sum] = "b75c13689eddf1d95b396840a69dc04fd7ae4112b10b70594bc0405df7b9b30a" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig module-base | ||
| 16 | |||
| 17 | EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" | ||
| 18 | |||
| 19 | RRCOMMENDS_${PN} = "\ | ||
| 20 | kernel-module-ip-set \ | ||
| 21 | " | ||
