diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb b/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb new file mode 100644 index 0000000000..da6b1961d3 --- /dev/null +++ b/meta-oe/recipes-connectivity/gensio/gensio_3.0.2.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc" | ||
| 2 | HOMEPAGE = "https://github.com/cminyard/gensio" | ||
| 3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | ||
| 5 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRCREV = "57320144c7f3a3ba3d00435a966aa811e219e374" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master;tag=v${PV}" | ||
| 11 | |||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "openssl" | ||
| 16 | |||
| 17 | PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl" | ||
| 18 | PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--without-python" | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += "bash" | ||
| 23 | |||
| 24 | FILES:${PN}-staticdev += "${libexecdir}/gensio/${PV}/libgensio_*.a" | ||
