mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: ========= - Fix afskmdm shutdown issues - Fix a crash if gensio_acc_disable() is called more than once. - Allow the pcre2 package to be used. - Fix a locking issue in cm108gpio. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
817 B
BlitzBasic
25 lines
817 B
BlitzBasic
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 = "57320144c7f3a3ba3d00435a966aa811e219e374"
|
|
|
|
SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master;tag=v${PV}"
|
|
|
|
|
|
inherit autotools
|
|
|
|
PACKAGECONFIG ??= "openssl"
|
|
|
|
PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
|
|
PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
|
|
|
|
EXTRA_OECONF = "--without-python"
|
|
|
|
RDEPENDS:${PN} += "bash"
|
|
|
|
FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a"
|