summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 10:05:21 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:37 -0700
commita1f883b041a2f10a1ed0836ff97223464a36aad5 (patch)
treecd31456838a0257f9ede17cb832c2678dec05336
parent80a77c68eece8a01aa25c3303daddb446689736f (diff)
downloadmeta-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.bb3
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 \
15SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz" 15SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz"
16SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c" 16SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c"
17 17
18UPSTREAM_CHECK_URI = "https://github.com/openlink/iODBC/releases"
19UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
20
18inherit autotools 21inherit autotools
19 22
20EXTRA_OECONF += " --prefix=/usr/local \ 23EXTRA_OECONF += " --prefix=/usr/local \