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 \ file://0001-ipset-Define-portable-basename-function.patch" SRC_URI[sha256sum] = "fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112" +UPSTREAM_CHECK_URI = "https://ipset.netfilter.org/install.html" +UPSTREAM_CHECK_REGEX = "ipset-(?P\d+(\.\d+)+).tar" + inherit autotools pkgconfig module-base EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}"