summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libnl/libnl_3.11.0.bb (renamed from meta/recipes-support/libnl/libnl_3.10.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.10.0.bb b/meta/recipes-support/libnl/libnl_3.11.0.bb
index 441c847a73..26c87dbb1c 100644
--- a/meta/recipes-support/libnl/libnl_3.10.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.11.0.bb
@@ -19,7 +19,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
19 file://0001-tests-cksuite-all-netns.c-disable-route_1.patch \ 19 file://0001-tests-cksuite-all-netns.c-disable-route_1.patch \
20 " 20 "
21 21
22SRC_URI[sha256sum] = "49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5" 22SRC_URI[sha256sum] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d"
23 23
24GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" 24GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases"
25UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)" 25UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)"