mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
8b15907045
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
8 lines
226 B
BlitzBasic
8 lines
226 B
BlitzBasic
require libmodbus.inc
|
|
|
|
# Use the stable branch by default
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI[md5sum] = "dd4262f87ed835c4d1e560f8321a222c"
|
|
SRC_URI[sha256sum] = "661e14f9dc904f3f1b034464ddaa5fd4b8472f8f5d1ea10a1148af85591b7ee9"
|