summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb b/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb
new file mode 100644
index 0000000000..da6b1961d3
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb
@@ -0,0 +1,24 @@
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 = "57320144c7f3a3ba3d00435a966aa811e219e374"
9
10SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master;tag=v${PV}"
11
12
13inherit autotools
14
15PACKAGECONFIG ??= "openssl"
16
17PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
18PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
19
20EXTRA_OECONF = "--without-python"
21
22RDEPENDS:${PN} += "bash"
23
24FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"