diff options
author | Faiz HAMMOUCHE <faiz.hammouche@smile.fr> | 2024-07-23 15:19:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:52 -0700 |
commit | d2f72976a54d11b8ffd4c0d8d50562be693e2c2f (patch) | |
tree | 36e829bc225f80a1eb6c4443a5c06f2d5913ab91 | |
parent | 451e352b196b3be10abbc34a84be44f9193fd5e0 (diff) | |
download | meta-openembedded-d2f72976a54d11b8ffd4c0d8d50562be693e2c2f.tar.gz |
unixodbc: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with
devtool check-upgrade-status
Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
-rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb index dfad833e0a..0927f5c904 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
@@ -15,6 +15,7 @@ SRC_URI = "https://www.unixodbc.org/unixODBC-${PV}.tar.gz \ | |||
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec" | 16 | SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://www.unixodbc.org/download.html" | ||
18 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" |
19 | 20 | ||
20 | inherit autotools-brokensep multilib_header qemu | 21 | inherit autotools-brokensep multilib_header qemu |