summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libnl')
-rw-r--r--meta/recipes-support/libnl/libnl_3.7.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.7.0.bb b/meta/recipes-support/libnl/libnl_3.7.0.bb
index ddcc83a039..ef286a6429 100644
--- a/meta/recipes-support/libnl/libnl_3.7.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.7.0.bb
@@ -14,17 +14,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
14 14
15DEPENDS = "flex-native bison-native" 15DEPENDS = "flex-native bison-native"
16 16
17SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV').replace('.','_')}/${BP}.tar.gz \ 17SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}/${BP}.tar.gz \
18 file://enable-serial-tests.patch \ 18 file://enable-serial-tests.patch \
19 file://run-ptest \ 19 file://run-ptest \
20 " 20 "
21 21
22SRC_URI[sha256sum] = "9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939" 22SRC_URI[sha256sum] = "9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939"
23 23
24GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases"
25UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)"
24 26
25UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" 27inherit autotools pkgconfig ptest github-releases
26
27inherit autotools pkgconfig ptest
28 28
29FILES:${PN} = "${libdir}/libnl-3.so.* \ 29FILES:${PN} = "${libdir}/libnl-3.so.* \
30 ${libdir}/libnl.so.* \ 30 ${libdir}/libnl.so.* \