mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 18:39:30 +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:
parent
017bf0cfaf
commit
a85944ed25
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user