* [meta-oe][PATCH 1/2] unixodbc: add new recipe
@ 2015-02-05 16:27 A. Varnin
2015-02-05 16:27 ` [meta-oe][PATCH 2/2] freetds: " A. Varnin
0 siblings, 1 reply; 4+ messages in thread
From: A. Varnin @ 2015-02-05 16:27 UTC (permalink / raw)
To: openembedded-devel
From: Alexander Varnin <fenixk19@mail.ru>
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.
Signed-off-by: Alexander Varnin <fenixk19@mail.ru>
---
.../recipes-extended/unixodbc/unixodbc_2.3.2.bb | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 meta-oe/recipes-extended/unixodbc/unixodbc_2.3.2.bb
diff --git a/meta-oe/recipes-extended/unixodbc/unixodbc_2.3.2.bb b/meta-oe/recipes-extended/unixodbc/unixodbc_2.3.2.bb
new file mode 100644
index 0000000..f9b0069
--- /dev/null
+++ b/meta-oe/recipes-extended/unixodbc/unixodbc_2.3.2.bb
@@ -0,0 +1,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
+}
+
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-oe][PATCH 2/2] freetds: add new recipe
2015-02-05 16:27 [meta-oe][PATCH 1/2] unixodbc: add new recipe A. Varnin
@ 2015-02-05 16:27 ` A. Varnin
2015-02-27 8:41 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: A. Varnin @ 2015-02-05 16:27 UTC (permalink / raw)
To: openembedded-devel
From: Alexander Varnin <fenixk19@mail.ru>
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>
---
meta-oe/recipes-extended/freetds/freetds_0.92.79.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
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 0000000..c7946d1
--- /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
+
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-oe][PATCH 2/2] freetds: add new recipe
2015-02-05 16:27 ` [meta-oe][PATCH 2/2] freetds: " A. Varnin
@ 2015-02-27 8:41 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2015-02-27 8:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1782 bytes --]
On Thu, Feb 05, 2015 at 07:27:25PM +0300, A. Varnin wrote:
> From: Alexander Varnin <fenixk19@mail.ru>
>
> FreeTDS is a set of libraries for Unix and Linux that allows your programs
> to natively talk to Microsoft SQL Server and Sybase databases.
Please fix following QA:
freetds-0.92.79: freetds rdepends on readline, but it isn't a build dependency? [build-deps]
>
> Signed-off-by: Alexander Varnin <fenixk19@mail.ru>
> ---
> meta-oe/recipes-extended/freetds/freetds_0.92.79.bb | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
>
> 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 0000000..c7946d1
> --- /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
> +
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1423151205-8219-1-git-send-email-fenixk19@mail.ru>]
* [meta-oe][PATCH 2/2] freetds: add new recipe
[not found] <1423151205-8219-1-git-send-email-fenixk19@mail.ru>
@ 2015-02-05 15:46 ` A. Varnin
0 siblings, 0 replies; 4+ messages in thread
From: A. Varnin @ 2015-02-05 15:46 UTC (permalink / raw)
To: openembedded-devel
From: Alexander Varnin <fenixk19@mail.ru>
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>
---
meta-oe/recipes-extended/freetds/freetds_0.92.79.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 meta-oe/recipes-extended/freetds/freetds_0.92.79.bb
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 0000000..c7946d1
--- /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
+
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-27 8:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 16:27 [meta-oe][PATCH 1/2] unixodbc: add new recipe A. Varnin
2015-02-05 16:27 ` [meta-oe][PATCH 2/2] freetds: " A. Varnin
2015-02-27 8:41 ` Martin Jansa
[not found] <1423151205-8219-1-git-send-email-fenixk19@mail.ru>
2015-02-05 15:46 ` A. Varnin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.