All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli <luca@lucaceresoli.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] New package libmbus library for communicating with M-bus energy metering devices.
Date: Sun, 11 Dec 2011 17:33:17 +0100	[thread overview]
Message-ID: <4EE4DB4D.8000605@lucaceresoli.net> (raw)
In-Reply-To: <1323559411-1383-1-git-send-email-sagaert.johan@skynet.be>

Sagaert Johan wrote:
> 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.
>
> Signed-off-by: Sagaert Johan<sagaert.johan@skynet.be>

Reviewed-by: Luca Ceresoli<luca@lucaceresoli.net>

Thanks for contributing.

For future patch submissions, you should remember to add "v2" (then "v3", "v4"
etc) to the [PATCH] prefix each time you resubmit a patch with modifications.
This avoids confusion to the people reviewing and merging your patches.
Take a look in the mailing-list for examples.

Luca


> ---
>   package/Config.in          |    1 +
>   package/libmbus/Config.in  |    8 ++++++++
>   package/libmbus/libmbus.mk |   14 ++++++++++++++
>   3 files changed, 23 insertions(+), 0 deletions(-)
>   create mode 100644 package/libmbus/Config.in
>   create mode 100644 package/libmbus/libmbus.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index eb93b1c..9e9027d 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -333,6 +333,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"
> diff --git a/package/libmbus/Config.in b/package/libmbus/Config.in
> new file mode 100644
> index 0000000..f545117
> --- /dev/null
> +++ b/package/libmbus/Config.in
> @@ -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
> diff --git a/package/libmbus/libmbus.mk b/package/libmbus/libmbus.mk
> new file mode 100644
> index 0000000..a6d31da
> --- /dev/null
> +++ b/package/libmbus/libmbus.mk
> @@ -0,0 +1,14 @@
> +#############################################################
> +#
> +# 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))

  reply	other threads:[~2011-12-11 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 23:23 [Buildroot] [PATCH 1/1] New package libmbus library for communicating with M-bus energy metering devices Sagaert Johan
2011-12-11 16:33 ` Luca Ceresoli [this message]
2011-12-14 15:15   ` [Buildroot] [PATCH 1/1] New package libmbus library for communicating with M-bus energy metering devices. not in latest git pull Sagaert Johan
2011-12-14 17:47     ` Luca Ceresoli
2012-01-02 21:21 ` [Buildroot] [PATCH 1/1] New package libmbus library for communicating with M-bus energy metering devices Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE4DB4D.8000605@lucaceresoli.net \
    --to=luca@lucaceresoli.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.