summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libmodbus/libmodbus.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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: add support for the libmodbus development releasePascal Bach2016-04-211-0/+13
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>