aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-12-08 14:11:11 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-07 22:49:09 -0800
commit2bbafdd7a00faf2f682906525172ac2a0e49923a (patch)
treeca9fc7ca1c4246c625fbf8f5b6ae757b0a0ee3b3 /meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
parentf147cbab5d11e7f708448de1917d78ff99170464 (diff)
downloadmeta-openembedded-contrib-2bbafdd7a00faf2f682906525172ac2a0e49923a.tar.gz
gensio: 2.1.4 -> 2.2.0
0001-Modify-parameter-of-function-sctp_gensio_alloc.patch added to resolve compile error. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
new file mode 100644
index 0000000000..424e176cad
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
@@ -0,0 +1,25 @@
+SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
+HOMEPAGE = "https://github.com/cminyard/gensio"
+LICENSE = "GPL-2.0 & LGPL-2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
+ file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
+ "
+
+SRCREV = "4ec19138aa968dea34e4bc4e022c1ad7ed4c43c0"
+
+SRC_URI = "git://github.com/cminyard/gensio;protocol=https \
+ file://0001-Modify-parameter-of-function-sctp_gensio_alloc.patch"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PACKAGECONFIG ??= "openssl tcp-wrappers"
+
+PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
+PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
+PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
+
+EXTRA_OECONF = "--without-python"
+
+RDEPENDS_${PN} += "bash"