From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit master 1/1] sshfs: select openssh instead of depending
Date: Mon, 24 Jan 2011 17:28:20 +0100 [thread overview]
Message-ID: <20110124172820.13b2e781@surf> (raw)
In-Reply-To: <20110117202412.A4D0289008@busybox.osuosl.org>
Hello,
Again not related to this change, but spotted during review.
On Mon, 17 Jan 2011 21:23:00 +0100
Peter Korsgaard <jacmet@sunsite.dk> wrote:
If we:
> select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
> + select BR2_PACKAGE_OPENSSH
Then presumably we should:
> SSHFS_DEPENDENCIES = libglib2 libfuse $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
SSHFS_DEPENDENCIES = \
libglib2 libfuse openssh \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
$(if $(BR2_ENABLE_LOCALE),,libiconv)
(i.e add openssh and libiconv in the dependencies)
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2011-01-24 16:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-17 20:23 [Buildroot] [git commit master 1/1] sshfs: select openssh instead of depending Peter Korsgaard
2011-01-24 16:28 ` Thomas Petazzoni [this message]
2011-01-24 20:12 ` 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=20110124172820.13b2e781@surf \
--to=thomas.petazzoni@free-electrons.com \
--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.