From b57a328c3636815562e296f93821bc245dd5906d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 Nov 2023 16:17:17 +0800 Subject: gensio: upgrade 2.7.7 -> 2.8.0 Changelog: Release and windows installer. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/gensio/gensio_2.7.7.bb | 26 ---------------------- .../recipes-connectivity/gensio/gensio_2.8.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.7.7.bb create mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.8.0.bb diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.7.7.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.7.7.bb deleted file mode 100644 index 3deab25ea5..0000000000 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.7.7.bb +++ /dev/null @@ -1,26 +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 = "6af40181c33bf97bde8cb99cccc4c2168abcd24e" - -SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" - -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" - -FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.0.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.0.bb new file mode 100644 index 0000000000..65fcf0a3ab --- /dev/null +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.0.bb @@ -0,0 +1,26 @@ +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 = "2f959c4596d87461a84f6132ca596754ca0beeda" + +SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" + +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" + +FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" -- cgit v1.2.3-54-g00ecf