diff options
| -rw-r--r-- | meta-networking/recipes-filter/ipset/ipset_7.24.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/ipset/ipset_7.24.bb b/meta-networking/recipes-filter/ipset/ipset_7.24.bb index 15fffe6b9e..97c0d8b4d8 100644 --- a/meta-networking/recipes-filter/ipset/ipset_7.24.bb +++ b/meta-networking/recipes-filter/ipset/ipset_7.24.bb | |||
| @@ -13,6 +13,9 @@ SRC_URI = "https://ipset.netfilter.org/${BP}.tar.bz2 \ | |||
| 13 | file://0001-ipset-Define-portable-basename-function.patch" | 13 | file://0001-ipset-Define-portable-basename-function.patch" |
| 14 | SRC_URI[sha256sum] = "fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112" | 14 | SRC_URI[sha256sum] = "fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://ipset.netfilter.org/install.html" | ||
| 17 | UPSTREAM_CHECK_REGEX = "ipset-(?P<pver>\d+(\.\d+)+).tar" | ||
| 18 | |||
| 16 | inherit autotools pkgconfig module-base | 19 | inherit autotools pkgconfig module-base |
| 17 | 20 | ||
| 18 | EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" | 21 | EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" |
