package: add libmbus library
libmbus is an open source M-bus (Meter-Bus) library. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. [Peter: minor whitespace fixes] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Reviewed-by: Luca Ceresoli<luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
27ad470d7d
commit
43f8bb8c25
@ -343,6 +343,7 @@ source "package/libmicrohttpd/Config.in"
|
||||
source "package/neon/Config.in"
|
||||
source "package/libmnl/Config.in"
|
||||
source "package/libmodbus/Config.in"
|
||||
source "package/libmbus/Config.in"
|
||||
source "package/libnl/Config.in"
|
||||
source "package/libpcap/Config.in"
|
||||
source "package/libosip2/Config.in"
|
||||
|
8
package/libmbus/Config.in
Normal file
8
package/libmbus/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBMBUS
|
||||
bool "libmbus"
|
||||
help
|
||||
libmbus is a library for communicating with energy metering devices.
|
||||
It supports TCP and RS232 M-bus gateways.
|
||||
(M-bus standard: http://www.m-bus.com/)
|
||||
|
||||
http://www.freescada.com/libmbus
|
15
package/libmbus/libmbus.mk
Normal file
15
package/libmbus/libmbus.mk
Normal file
@ -0,0 +1,15 @@
|
||||
#############################################################
|
||||
#
|
||||
# libmbus
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LIBMBUS_VERSION = 0.6.1
|
||||
LIBMBUS_SITE = http://www.freescada.com/public-dist/
|
||||
LIBMBUS_INSTALL_STAGING = YES
|
||||
|
||||
# Without this the build yields an error:
|
||||
# cannot find input file: `test/Makefile.in'
|
||||
LIBMBUS_AUTORECONF = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
Loading…
Reference in New Issue
Block a user