diff options
author | Callaghan, Dan <dan.callaghan@opengear.com> | 2019-08-08 13:40:22 +1000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 10:04:23 -0700 |
commit | a85944ed25b2c23d09a431a1a30a65d664e416e0 (patch) | |
tree | 7877434db1e5d86e18961219aa1785e611ff4f80 /meta-oe/recipes-support/unixodbc | |
parent | 017bf0cfafc54bc990c8cc4965ac78c589f1c147 (diff) | |
download | meta-openembedded-a85944ed25b2c23d09a431a1a30a65d664e416e0.tar.gz |
unixodbc: mysql5 is not required but readline is
The unixODBC package no longer includes a driver for MySQL (that lives
elsewhere) so there is no reason to require MySQL libs at build time.
It does, however, want to build against readline, which was being pulled
in transitively by mysql5 before.
Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/unixodbc')
-rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb index 563badf57..61378fec2 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.unixodbc.org/" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7b37bf80a3df5a65b355433ae36d206" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7b37bf80a3df5a65b355433ae36d206" |
8 | 8 | ||
9 | DEPENDS = "libtool mysql5" | 9 | DEPENDS = "libtool readline" |
10 | 10 | ||
11 | SRC_URI = "http://ftp.unixodbc.org/unixODBC-${PV}.tar.gz \ | 11 | SRC_URI = "http://ftp.unixodbc.org/unixODBC-${PV}.tar.gz \ |
12 | file://do-not-use-libltdl-source-directory.patch \ | 12 | file://do-not-use-libltdl-source-directory.patch \ |