From: Wang Mingyu Date: Tue, 19 Dec 2023 09:29:24 +0000 (+0800) Subject: libnl: upgrade 3.8.0 -> 3.9.0 X-Git-Tag: uninative-4.4~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9837ab2d5999ffe36652e5fb473e0566ab1ad7cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libnl: upgrade 3.8.0 -> 3.9.0 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libnl/libnl_3.8.0.bb b/meta/recipes-support/libnl/libnl_3.9.0.bb similarity index 96% rename from meta/recipes-support/libnl/libnl_3.8.0.bb rename to meta/recipes-support/libnl/libnl_3.9.0.bb index 28b2e5733ec..db9d93e8cb3 100644 --- a/meta/recipes-support/libnl/libnl_3.8.0.bb +++ b/meta/recipes-support/libnl/libnl_3.9.0.bb @@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')} file://run-ptest \ " -SRC_URI[sha256sum] = "bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6" +SRC_URI[sha256sum] = "aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb" GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P.+)"