summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb
new file mode 100644
index 0000000000..27b8069704
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb
@@ -0,0 +1,26 @@
1SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
2HOMEPAGE = "https://github.com/cminyard/gensio"
3LICENSE = "GPL-2.0-only & LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
5 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 "
7
8SRCREV = "a776fb6fd56d5b0aedb1219ca17474faa1705260"
9
10SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"
11
12S = "${WORKDIR}/git"
13
14inherit autotools
15
16PACKAGECONFIG ??= "openssl tcp-wrappers"
17
18PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
19PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
20PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
21
22EXTRA_OECONF = "--without-python"
23
24RDEPENDS:${PN} += "bash"
25
26FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"