mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
d5fb81cbfb
Pick commit mentioning the bug and two follow-up commits mentioning the first commit. Tested by running the test-suite (test starter scripts were copied from scarthgap version which has them working). Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
22 lines
707 B
PHP
22 lines
707 B
PHP
SUMMARY = "A Modbus library"
|
|
DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
|
|
implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
|
|
QNX and Windows."
|
|
HOMEPAGE = "http://www.libmodbus.org/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = " \
|
|
http://libmodbus.org/releases/${BP}.tar.gz \
|
|
file://CVE-2024-10918-01.patch \
|
|
file://CVE-2024-10918-02.patch \
|
|
file://CVE-2024-10918-03.patch \
|
|
"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-native"
|
|
|
|
inherit autotools pkgconfig
|