summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-13 17:34:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-14 09:19:37 +0100
commit7eb5354fc316f10240f640fb34c97fcfec7e38ac (patch)
treed32fdb568624c8f16710137d96661f52b39cbfc3 /meta/recipes-support/libnl
parent5ff3078fa3324c69f5ce1548ecfdc60367d6d90b (diff)
downloadpoky-7eb5354fc316f10240f640fb34c97fcfec7e38ac.tar.gz
libnl: upgrade 3.7.0 -> 3.8.0
(From OE-Core rev: c2fd3f88c8c0eaf4a636843ad8671faf24faf503) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libnl')
-rw-r--r--meta/recipes-support/libnl/libnl_3.8.0.bb (renamed from meta/recipes-support/libnl/libnl_3.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.7.0.bb b/meta/recipes-support/libnl/libnl_3.8.0.bb
index 38d21ffe9c..28b2e5733e 100644
--- a/meta/recipes-support/libnl/libnl_3.7.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.8.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20
21SRC_URI[sha256sum] = "9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939" 21SRC_URI[sha256sum] = "bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6"
22 22
23GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" 23GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases"
24UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)" 24UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)"