diff options
| -rw-r--r-- | meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index 1f7442af07..0dda756dd7 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | |||
| @@ -14,6 +14,9 @@ SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ | |||
| 14 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" | 14 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" |
| 15 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" | 15 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "https://repology.org/project/libsmi/information" | ||
| 18 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | ||
| 19 | |||
| 17 | DEPENDS += "bison-native flex-native wget-native gawk-native" | 20 | DEPENDS += "bison-native flex-native wget-native gawk-native" |
| 18 | 21 | ||
| 19 | inherit autotools-brokensep update-alternatives | 22 | inherit autotools-brokensep update-alternatives |
