diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-25 22:04:35 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-26 10:24:21 -0800 |
commit | e552836284a6637ffdc4b8b11a69993b1080f312 (patch) | |
tree | 6adc87873ab39390be5ae6c6498020b658e3cbf6 | |
parent | df99d6037021dc9754b8d33d98c9c964db0f76f4 (diff) | |
download | meta-openembedded-e552836284a6637ffdc4b8b11a69993b1080f312.tar.gz |
libiodbc: Fix SRC_URI to not use gitlab archives
Fixes
ERROR: libiodbc: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | 6 |
1 files changed, 2 insertions, 4 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 57227375ec..bc4bd5344c 100644 --- a/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb +++ b/meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb | |||
@@ -12,10 +12,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=8c0138a8701f0e1282f5c8b2c7d39114 \ | |||
12 | file://LICENSE.BSD;md5=ff3a66a194e500df485da930da7f2c62 \ | 12 | file://LICENSE.BSD;md5=ff3a66a194e500df485da930da7f2c62 \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI = "https://github.com/openlink/iODBC/archive/refs/tags/v3.52.15.tar.gz \ | 15 | SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz" |
16 | " | 16 | SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c" |
17 | S = "${WORKDIR}/iODBC-${PV}" | ||
18 | SRC_URI[sha256sum] = "f6b376b6dffb4807343d6d612ed527089f99869ed91bab0bbbb47fdea5ed6ace" | ||
19 | 17 | ||
20 | inherit autotools | 18 | inherit autotools |
21 | 19 | ||