From b9110ae5af87fbca06650fe8188b5a888a76b4ce Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:36:49 +0800 Subject: gensio: upgrade 2.6.7 -> 2.7.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/gensio/gensio_2.6.7.bb | 26 ---------------------- .../recipes-connectivity/gensio/gensio_2.7.2.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb create mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.7.2.bb diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb deleted file mode 100644 index c3ba96ff60..0000000000 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.6.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 = "266277aeb39dc2db33e577335236f89ed7ca5918" - -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.7.2.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.7.2.bb new file mode 100644 index 0000000000..67c4aec51e --- /dev/null +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.7.2.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 = "17c069ff4803bfbc0fcc1a141f645d7b8470638a" + +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