mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-25 17:42:49 +02:00
Upgrade to release 26.6.1: - Bump vendored FlatBuffers from v25.9.23 to v25.12.19, restoring the version-sync with zlmdb 26.6.1 - Commit the binary schemas (reflection.bfbs, wamp.bfbs) to the source tree and ship them as-is; the package build no longer runs flatc, which fixes cross-compilation from the PyPI sdist (e.g. Buildroot/Yocto/aarch64) - Add just generate-reflection to regenerate the committed binary schemas with a version-matched flatc built from deps/flatbuffers - Add just check-flatbuffers-sync and a unit test exercising check_zlmdb_flatbuffers_version_in_sync() Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
28 lines
676 B
BlitzBasic
28 lines
676 B
BlitzBasic
DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
|
|
HOMEPAGE = "http://crossbar.io/autobahn"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=49165a577911c4178e915dc26e2802a3"
|
|
|
|
SRC_URI[sha256sum] = "66b27e066a8ea265541eb07fd964e3116e2b8f51d797eea8a46b55c07fd81a07"
|
|
|
|
CVE_PRODUCT = "autobahn"
|
|
|
|
inherit pypi python_hatchling python_setuptools_build_meta
|
|
|
|
DEPENDS += " \
|
|
python3-cffi-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-twisted \
|
|
python3-zopeinterface \
|
|
python3-py-ubjson \
|
|
python3-cbor2 \
|
|
python3-u-msgpack-python \
|
|
python3-lz4 \
|
|
python3-snappy \
|
|
python3-pyopenssl \
|
|
python3-txaio \
|
|
python3-six \
|
|
"
|