Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 1 | SUMMARY = "iODBC driver manager maintained by OpenLink Software." |
| 2 | |
| 3 | DESCRIPTION = "This kit will provide you with everything you need to \ |
| 4 | develop ODBC-compliant applications under Unix without having to pay \ |
| 5 | royalties to other parties. \ |
| 6 | " |
| 7 | |
| 8 | HOMEPAGE = "http://www.iodbc.org/" |
| 9 | |
| 10 | LICENSE = "LGPL-2.0-only | BSD-2-Clause" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=8c0138a8701f0e1282f5c8b2c7d39114 \ |
| 12 | file://LICENSE.BSD;md5=ff3a66a194e500df485da930da7f2c62 \ |
| 13 | " |
| 14 | |
| 15 | SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz" |
| 16 | SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c" |
| 17 | |
| 18 | inherit autotools |
| 19 | |
| 20 | EXTRA_OECONF += " --prefix=/usr/local \ |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 21 | --includedir=/usr/include/iodbc \ |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 22 | --with-iodbc-inidir=/etc \ |
| 23 | --enable-odbc3 \ |
| 24 | --enable-pthreads \ |
| 25 | --disable-libodbc \ |
| 26 | --disable-static \ |
| 27 | " |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 28 | |
| 29 | inherit multilib_script |
| 30 | MULTILIB_SCRIPTS = "${PN}:${bindir}/iodbc-config" |