From 9a9564afe2db46d85a57d396c8e967dce204b9a7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 30 Jul 2025 17:54:24 +0800 Subject: gensio: upgrade 2.8.7 -> 2.8.15 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/gensio/gensio_2.8.15.bb | 25 ++++++++++++++++++++++ .../recipes-connectivity/gensio/gensio_2.8.7.bb | 25 ---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb delete mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb new file mode 100644 index 0000000000..e064f5acd5 --- /dev/null +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.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-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + " + +SRCREV = "5ffe39f4a247ff001661a4c283305a3abe823fe3" + +SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.8.x;tag=v${PV}" + + +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" + +FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb deleted file mode 100644 index 9325b1e5dc..0000000000 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc" -HOMEPAGE = "https://github.com/cminyard/gensio" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ - file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - " - -SRCREV = "e4dbb9687bd5e887fa98a4cdcec012ea85da1ef2" - -SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" - - -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" - -FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" -- cgit v1.2.3-54-g00ecf