Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot v2] Add libiqrf package.
Date: Mon, 27 Jun 2011 00:49:51 +0200	[thread overview]
Message-ID: <87y60o5htc.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1305734907-2692-1-git-send-email-marek.belisko@open-nandra.com> (Marek Belisko's message of "Wed, 18 May 2011 18:08:27 +0200")

>>>>> "Marek" == Marek Belisko <marek.belisko@open-nandra.com> writes:

 Marek> Libiqrf is library written in C which implement specific iqrf
 Marek> protocol to communicate with iqrf usb devices (http://iqrf.org).

Thanks, committed with minor tweaks.

 Marek> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
 Marek> ---
 Marek>  package/Config.in          |    1 +
 Marek>  package/libiqrf/Config.in  |   13 +++++++++++++
 Marek>  package/libiqrf/libiqrf.mk |   14 ++++++++++++++
 Marek>  3 files changed, 28 insertions(+), 0 deletions(-)
 Marek>  create mode 100644 package/libiqrf/Config.in
 Marek>  create mode 100644 package/libiqrf/libiqrf.mk

 Marek> diff --git a/package/Config.in b/package/Config.in
 Marek> index 5e48ab7..d5039b6 100644
 Marek> --- a/package/Config.in
 Marek> +++ b/package/Config.in
 Marek> @@ -298,6 +298,7 @@ source "package/libaio/Config.in"
 Marek>  source "package/libraw1394/Config.in"
 Marek>  source "package/tslib/Config.in"
 Marek>  source "package/libhid/Config.in"
 Marek> +source "package/libiqrf/Config.in"
 Marek>  source "package/libusb/Config.in"
 Marek>  source "package/libusb-compat/Config.in"
 Marek>  source "package/python-serial/Config.in"
 Marek> diff --git a/package/libiqrf/Config.in b/package/libiqrf/Config.in
 Marek> new file mode 100644
 Marek> index 0000000..a95c4d9
 Marek> --- /dev/null
 Marek> +++ b/package/libiqrf/Config.in
 Marek> @@ -0,0 +1,13 @@
 Marek> +config BR2_PACKAGE_LIBIQRF
 Marek> +        bool "libiqrf"
 Marek> +        depends on BR2_PACKAGE_LIBUSB

These lines should be indented using <tab> rather than spaces. We
normally use 'select' rather than 'depends on' for libraries.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2011-06-26 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-18 16:08 [Buildroot] [buildroot v2] Add libiqrf package Marek Belisko
2011-06-26 22:49 ` Peter Korsgaard [this message]

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=87y60o5htc.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox