aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/unixodbc/unixodbc_2.3.2.bb
blob: f9b0069ad455ac78e1ca5ce34d65a86c8b898a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library."
HOMEPAGE = "http://www.unixodbc.org"
LICENSE = "GPLv2"

LIC_FILES_CHKSUM = "file://COPYING;md5=d7b37bf80a3df5a65b355433ae36d206"

SRC_URI = "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${PV}.tar.gz"
SRC_URI[md5sum] = "5e4528851eda5d3d4aed249b669bd05b"
SRC_URI[sha256sum] = "9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a"

S = "${WORKDIR}/unixODBC-${PV}"

inherit autotools

do_configure() {
    gnu-configize --force
    libtoolize --force --copy
    aclocal
    autoconf
    automake --add-missing
    oe_runconf
}