aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorAlexander Varnin <fenixk19@mail.ru>2015-02-05 19:27:25 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 15:22:59 +0200
commitdac94b875fb417696e8ec51c0e14e5da915c742f (patch)
treee668941be233083ca0e528e746ee4a904655f9aa /meta-oe/recipes-extended
parent714ba6ecdbc60d257c5ef473c95a76072a3563a1 (diff)
downloadmeta-openembedded-contrib-dac94b875fb417696e8ec51c0e14e5da915c742f.tar.gz
freetds: add new recipe
FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases. Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/freetds/freetds_0.92.79.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/freetds/freetds_0.92.79.bb b/meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
new file mode 100644
index 0000000000..c7946d151e
--- /dev/null
+++ b/meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
@@ -0,0 +1,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
+