diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-27 14:09:21 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-28 08:01:10 +0100 |
| commit | afefe7de281e558ed823460f80ddc631e718feb3 (patch) | |
| tree | 69cc46fb93265fcbc2bcf9064829b088fa2dbed5 /meta/recipes-support/libnl | |
| parent | 35708f8860adbf51549b2b2b07c176ba34eed812 (diff) | |
| download | poky-afefe7de281e558ed823460f80ddc631e718feb3.tar.gz | |
meta: fix version checks in all github recipes using the github-releases class
(From OE-Core rev: b04316bdd28b7945c2c91b4e43c007b650eedc14)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.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.* \ |
