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:
Sagaert Johan 2011-12-11 00:23:31 +01:00 committed by Peter Korsgaard
parent 27ad470d7d
commit 43f8bb8c25
3 changed files with 24 additions and 0 deletions

View File

@ -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"

View 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

View 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))