From 8fd9233a653679448e2e7f0179ce08dd12e5ed4a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:07:44 +0800 Subject: gensio: upgrade 2.7.2 -> 2.7.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/gensio/gensio_2.7.2.bb | 26 ---------------------- .../recipes-connectivity/gensio/gensio_2.7.4.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.7.2.bb create mode 100644 meta-oe/recipes-connectivity/gensio/gensio_2.7.4.bb diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.7.2.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.7.2.bb deleted file mode 100644 index 67c4aec51e..0000000000 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.7.2.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 = "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" diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.7.4.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.7.4.bb new file mode 100644 index 0000000000..d82c785184 --- /dev/null +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.7.4.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 = "f241aa349ccb02a15ff90676bf6d3aa44d50090b" + +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