From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/4] package/avrdude: depends on libftdi1 instead of libftdi
Date: Sun, 8 Mar 2015 13:48:42 +0200 [thread overview]
Message-ID: <20150308114842.GB2518@tarshish> (raw)
In-Reply-To: <1425813964-5295-4-git-send-email-s.martin49@gmail.com>
Hi Samuel,
On Sun, Mar 08, 2015 at 12:26:03PM +0100, Samuel Martin wrote:
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
>
> ---
> changes v1->v2:
> - rebase
> ---
> package/avrdude/avrdude.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/avrdude/avrdude.mk b/package/avrdude/avrdude.mk
> index 03d6490..a4e0ebd 100644
> --- a/package/avrdude/avrdude.mk
> +++ b/package/avrdude/avrdude.mk
> @@ -17,8 +17,8 @@ AVRDUDE_DEPENDENCIES = elfutils libusb libusb-compat ncurses \
> AVRDUDE_LICENSE = GPLv2+
> AVRDUDE_LICENSE_FILES = avrdude/COPYING
>
> -ifeq ($(BR2_PACKAGE_LIBFTDI),y)
> -AVRDUDE_DEPENDENCIES += libftdi
> +ifeq ($(BR2_PACKAGE_LIBFTDI1),y)
> +AVRDUDE_DEPENDENCIES += libftdi1
How do you tell avrdude to link with libftdi1 and not libftdi when both are
built? The same question goes for openocd.
> endif
>
> # if /etc/avrdude.conf exists, the installation process creates a
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2015-03-08 11:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-08 11:26 [Buildroot] [PATCH v2 0/4] libftdi{0,1} related work Samuel Martin
2015-03-08 11:26 ` [Buildroot] [PATCH v2 1/4] package/libftdi: bump to version 0.20 Samuel Martin
2015-03-16 9:19 ` Thomas Petazzoni
2015-03-08 11:26 ` [Buildroot] [PATCH v2 2/4] package/libftdi1: new package Samuel Martin
2015-03-09 8:33 ` Yegor Yefremov
2015-03-09 10:13 ` Yegor Yefremov
2015-03-09 11:22 ` Yegor Yefremov
2015-03-16 13:12 ` Thomas Petazzoni
2015-03-08 11:26 ` [Buildroot] [PATCH v2 3/4] package/avrdude: depends on libftdi1 instead of libftdi Samuel Martin
2015-03-08 11:48 ` Baruch Siach [this message]
2015-03-08 17:03 ` Samuel Martin
2015-03-16 13:15 ` Thomas Petazzoni
2015-03-17 16:24 ` Samuel Martin
2015-03-17 16:48 ` Thomas Petazzoni
2015-03-17 17:25 ` Samuel Martin
2015-03-17 20:06 ` Thomas Petazzoni
2015-03-17 20:21 ` Samuel Martin
2015-03-08 11:26 ` [Buildroot] [PATCH v2 4/4] package/openocd: " Samuel Martin
2015-03-16 13:15 ` Thomas Petazzoni
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=20150308114842.GB2518@tarshish \
--to=baruch@tkos.co.il \
--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