summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libmodbus
Commit message (Collapse)AuthorAgeFilesLines
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: upgrade 3.1.6 -> 3.1.7wangmy2022-01-194-96/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix-typo.patch f1eb4bc7ccb09cd8d19ab641ee37637f8c34d16d.patch removed since they're included in 3.1.7 Changelog: ========= modbus_reply: fix copy & paste error in sanity check Add SECURITY.md Fix typo in comment Replace obsolete AC_PROG_CC_STDC by AC_PROG_CC Fix position of CC flags in documentation Remove duplicate ';' Add the baud rate of 256k for Windows cosmetic changes in man page standardizing itemization Fix many typos Replace .dir-locals.el (Emacs) by .editorconfig Include the test LICENSE in tarball Install the NEWS and AUTHORS files Update README.md docs: fix simple typo, reponse -> response Add modbus_[get|set]_indication_timeout to doc build Fix warning issues Move malloc before starting unit tests Fixed MODBUS_GET_* macros in case of negative values SPDX: change LGPL-2.1+ to LGPL-2.1-or-later Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: update version to 3.1.6Gianfranco Costamagna2019-08-295-4/+410
| | | | | | cherry-pick upstream patch and two Debian patches. tweak configure step to force autogenerated files regeneration Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: add documentation PACKAGECONFIGMing Liu2019-05-021-0/+3
| | | | | | | | | | | asciidoc, xmlto programs are being checked to decide if documentation should be generated or not depending on if they are present, this will definitely lead to a non-deterministic build. Fix it by adding documentation to PACKAGECONFIG. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: start to prefer version 3.1.4 as defaultGianfranco Costamagna2019-04-061-3/+0
| | | | | | | Now that even Debian testing is using it, and upstream declares this version as "very stable", it might be time to switch using it as default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: update to upstream develop version 3.1.4Nobuhiro Iwamatsu2016-08-152-7/+7
| | | | | | | Rename recipe then change md5sum and sha256sum. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: add support for the libmodbus development releasePascal Bach2016-04-213-13/+21
| | | | | | | | | | | | | libmodbus has two release streams: - stable: which currently is 3.0.x and does only receive fixes - development: 3.1.x which receives new features and according to upstream is also very stable Some users require access to the newer features. So a recipe for the development branch but leave the stable branch the default. This is similar to what is done for the nginx recipe which also has two release streams. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: version 3.0.5 -> 3.0.6Joe Slater2015-10-261-2/+2
| | | | | | | Rename recipe then change md5sum and sha256sum. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: update to upstream stable version 3.0.5Andrea Galbusera2013-11-181-3/+3
| | | | | | | * update SRC_URI according to download location for new releases Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: update to 3.0.3Andrea Galbusera2012-06-251-3/+3
| | | | | | | v2: also reword SRC_URI with ${BPN}/${BP} Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmodbus: ported recipe from classic and updatedAndrea Galbusera2012-05-161-0/+16
* based on recipe by Radoslav Kolev which was in classic * updated to latest released version 3.0.2 v2: * drop git version of recipe * drop no longer used PRIORITY v3: * drop PR = "r0" Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>