diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:05:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:37 -0700 |
| commit | a1f883b041a2f10a1ed0836ff97223464a36aad5 (patch) | |
| tree | cd31456838a0257f9ede17cb832c2678dec05336 | |
| parent | 80a77c68eece8a01aa25c3303daddb446689736f (diff) | |
| download | meta-openembedded-a1f883b041a2f10a1ed0836ff97223464a36aad5.tar.gz | |
libiodbc: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.
The next version of the package can be found from upstream
sources.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb b/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb index ff976ed975..a4b973f3fa 100644 --- a/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb +++ b/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | |||
| @@ -15,6 +15,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=8c0138a8701f0e1282f5c8b2c7d39114 \ | |||
| 15 | SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz" | 15 | SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz" |
| 16 | SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c" | 16 | SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_URI = "https://github.com/openlink/iODBC/releases" | ||
| 19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 20 | |||
| 18 | inherit autotools | 21 | inherit autotools |
| 19 | 22 | ||
| 20 | EXTRA_OECONF += " --prefix=/usr/local \ | 23 | EXTRA_OECONF += " --prefix=/usr/local \ |
