diff options
Diffstat (limited to 'meta/recipes-support/libnl')
| -rw-r--r-- | meta/recipes-support/libnl/libnl_3.7.0.bb | 8 |
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 | ||
| 15 | DEPENDS = "flex-native bison-native" | 15 | DEPENDS = "flex-native bison-native" |
| 16 | 16 | ||
| 17 | SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV').replace('.','_')}/${BP}.tar.gz \ | 17 | SRC_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 | ||
| 22 | SRC_URI[sha256sum] = "9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939" | 22 | SRC_URI[sha256sum] = "9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939" |
| 23 | 23 | ||
| 24 | GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" | ||
| 25 | UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)" | ||
| 24 | 26 | ||
| 25 | UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" | 27 | inherit autotools pkgconfig ptest github-releases |
| 26 | |||
| 27 | inherit autotools pkgconfig ptest | ||
| 28 | 28 | ||
| 29 | FILES:${PN} = "${libdir}/libnl-3.so.* \ | 29 | FILES:${PN} = "${libdir}/libnl-3.so.* \ |
| 30 | ${libdir}/libnl.so.* \ | 30 | ${libdir}/libnl.so.* \ |
