- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
31 lines
959 B
BlitzBasic
31 lines
959 B
BlitzBasic
SUMMARY = "iODBC driver manager maintained by OpenLink Software."
|
|
|
|
DESCRIPTION = "This kit will provide you with everything you need to \
|
|
develop ODBC-compliant applications under Unix without having to pay \
|
|
royalties to other parties. \
|
|
"
|
|
|
|
HOMEPAGE = "http://www.iodbc.org/"
|
|
|
|
LICENSE = "LGPL-2.0-only | BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=8c0138a8701f0e1282f5c8b2c7d39114 \
|
|
file://LICENSE.BSD;md5=ff3a66a194e500df485da930da7f2c62 \
|
|
"
|
|
|
|
SRC_URI = "https://github.com/openlink/iODBC/releases/download/v${PV}/${BP}.tar.gz"
|
|
SRC_URI[sha256sum] = "c74541e3327fc9a1c7ccf103645471c67bc014542d70f572476eb07c0b2dd43c"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF += " --prefix=/usr/local \
|
|
--includedir=/usr/include/iodbc \
|
|
--with-iodbc-inidir=/etc \
|
|
--enable-odbc3 \
|
|
--enable-pthreads \
|
|
--disable-libodbc \
|
|
--disable-static \
|
|
"
|
|
|
|
inherit multilib_script
|
|
MULTILIB_SCRIPTS = "${PN}:${bindir}/iodbc-config"
|