aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
blob: c7946d151e9a84d2956f39452955fbd1eb904e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases."
HOMEPAGE = "http://www.freetds.org"
LICENSE = "GPLv2"

LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
                    file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"

SRC_URI = "ftp://ftp.freetds.org/pub/freetds/stable/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "b97e9bdd3f461af3e8ea559404582f70"

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

inherit autotools