diff options
Diffstat (limited to 'meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb new file mode 100644 index 0000000000..c5e6ae8652 --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A Modbus library" | ||
| 2 | DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \ | ||
| 3 | implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ | ||
| 4 | QNX and Windows." | ||
| 5 | HOMEPAGE = "http://www.libmodbus.org/" | ||
| 6 | SECTION = "libs" | ||
| 7 | |||
| 8 | LICENSE = "LGPLv2.1+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" | ||
| 10 | |||
| 11 | SRC_URI = "http://libmodbus.org/site_media/build/${BP}.tar.gz" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "c80f88b6ca19cabc4ceffc195ca07771" | ||
| 16 | SRC_URI[sha256sum] = "046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6" | ||
