mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.unixodbc.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7b37bf80a3df5a65b355433ae36d206"
|
||||
|
||||
DEPENDS = "libtool mysql5"
|
||||
DEPENDS = "libtool readline"
|
||||
|
||||
SRC_URI = "http://ftp.unixodbc.org/unixODBC-${PV}.tar.gz \
|
||||
file://do-not-use-libltdl-source-directory.patch \
|
||||
|
||||
Reference in New Issue
Block a user