diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-19 14:48:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-19 10:24:49 -0700 |
| commit | ed6e34b005f05992e29a4e2a6d3d2b139bfb10a9 (patch) | |
| tree | 5956e0849cb7e9348f23f155b2f69a5d526b4cf0 /meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb | |
| parent | 2fc9fad0eb93b7015b773270845a42dec3d35f14 (diff) | |
| download | meta-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.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc" | ||
| 2 | HOMEPAGE = "https://github.com/cminyard/gensio" | ||
| 3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | ||
| 5 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRCREV = "536db06723bd3cde8e1f2d52a5cdd65af2433784" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= "openssl tcp-wrappers" | ||
| 17 | |||
| 18 | PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl" | ||
| 19 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers" | ||
| 20 | PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" | ||
| 21 | |||
| 22 | EXTRA_OECONF = "--without-python" | ||
| 23 | |||
| 24 | RDEPENDS:${PN} += "bash" | ||
| 25 | |||
| 26 | FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" | ||
