Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/20] package/usbredir: new package
Date: Fri, 14 Dec 2012 16:06:37 +0100	[thread overview]
Message-ID: <87ip84isg2.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <201212141401.11951.yann.morin.1998@free.fr> (Yann E. MORIN's message of "Fri, 14 Dec 2012 14:01:11 +0100")

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> +comment "usbredir requires libusb"
 Yann> +	depends on !BR2_PACKAGE_LIBUSB
 Yann> +
 >> 
 >> We normally use select for libraries. Any reason to not use it here?

 Yann> libusb depends on threads, and I do not want to play the game of
 Yann> inheriting the dependencies of my own dependencies, and reproduce
 Yann> the libffi mess.

 Yann> libusb has a dependency I can not select, so I just depend on it.

Ok, but that just moves the trouble higher up the stack. E.G. you want
to enable qemu, but it tells you that it needs usbredir so you go
hunting around for it only to discover that it needs libusb and finally
you see that you need threads support in your toolchain.

In other words, selects are more user friendly than depends
on. Most likely we have more users than developers, so we should
optimize for making things nice for users rather than devs.

I would prefer you select libusb.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-12-14 15:06 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-13 21:47 [Buildroot] [pull request] Pull request for branch yem-new-packages Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 01/20] package/vde2: new package Yann E. MORIN
2012-12-14 12:13   ` Peter Korsgaard
2012-12-14 21:12     ` Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 02/20] package/libiscsi: " Yann E. MORIN
2012-12-14 12:51   ` Peter Korsgaard
2012-12-13 21:47 ` [Buildroot] [PATCH 03/20] package/usbredir: " Yann E. MORIN
2012-12-14 12:53   ` Peter Korsgaard
2012-12-14 13:01     ` Yann E. MORIN
2012-12-14 15:06       ` Peter Korsgaard [this message]
2012-12-14 21:45         ` Yann E. MORIN
2012-12-14 21:47           ` Peter Korsgaard
2012-12-13 21:47 ` [Buildroot] [PATCH 04/20] package/celt051: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 05/20] package/python-pyparsing: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 06/20] package/cegui06: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 07/20] package/slirp: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 08/20] package/spice-protocol: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 09/20] package/spice: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 10/20] package/spice: enable client Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 11/20] package/spice: enable GUI Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 12/20] package/spice: enable slirp support Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 13/20] package/libseccomp: new package Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 14/20] package/keyutils: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 15/20] package/pmake: add host pmake Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 16/20] package/libbsd: new package Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 17/20] package/libedit2: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 18/20] package/ceph: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 19/20] package/dtc: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 20/20] package/dtc: add option to install programs Yann E. MORIN
2012-12-13 22:45 ` [Buildroot] [pull request] Pull request for branch yem-new-packages Arnout Vandecappelle

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=87ip84isg2.fsf@dell.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