summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-19 14:48:08 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-19 10:24:49 -0700
commited6e34b005f05992e29a4e2a6d3d2b139bfb10a9 (patch)
tree5956e0849cb7e9348f23f155b2f69a5d526b4cf0 /meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb
parent2fc9fad0eb93b7015b773270845a42dec3d35f14 (diff)
downloadmeta-openembedded-ed6e34b005f05992e29a4e2a6d3d2b139bfb10a9.tar.gz
gensio: upgrade 2.6.5 -> 2.6.6
License-Update: Update GPL and LGPL text files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb
new file mode 100644
index 0000000000..85160bcda3
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.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 = "536db06723bd3cde8e1f2d52a5cdd65af2433784"
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"