diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-29 01:03:23 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:27:37 -0400 |
commit | 0cfc55ec64b5e207a572ca3a6ebd56be76c68f6f (patch) | |
tree | 644801c1c0f549da4848e6c36f901c48fdd780fd | |
parent | 92b158029ecf53cc0c613aaf0416f626d9d045e1 (diff) | |
download | meta-openembedded-0cfc55ec64b5e207a572ca3a6ebd56be76c68f6f.tar.gz |
unixODBC: Update SRC_URI to use updated location of tarball
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ebe7f26911d76182c3bce1f336c86153436b0dfb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb index 39112587ed..3a9e390a2b 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7b37bf80a3df5a65b355433ae36d206" | |||
8 | 8 | ||
9 | DEPENDS = "libtool readline" | 9 | DEPENDS = "libtool readline" |
10 | 10 | ||
11 | SRC_URI = "http://ftp.unixodbc.org/unixODBC-${PV}.tar.gz \ | 11 | SRC_URI = "https://www.unixodbc.org/unixODBC-${PV}.tar.gz \ |
12 | file://do-not-use-libltdl-source-directory.patch \ | 12 | file://do-not-use-libltdl-source-directory.patch \ |
13 | " | 13 | " |
14 | SRC_URI[sha256sum] = "d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c" | 14 | SRC_URI[sha256sum] = "d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c" |