[oe-commits] [meta-openembedded] 20/26: unixodbc: mysql5 is not required but readline is

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:24 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a85944ed25b2c23d09a431a1a30a65d664e416e0
Author: Callaghan, Dan <dan.callaghan at opengear.com>
AuthorDate: Thu Aug 8 13:40:22 2019 +1000

    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 at opengear.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 563badf..61378fe 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/"
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list