All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] libftdi{0,1} related work
@ 2015-03-08 11:26 Samuel Martin
  2015-03-08 11:26 ` [Buildroot] [PATCH v2 1/4] package/libftdi: bump to version 0.20 Samuel Martin
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Samuel Martin @ 2015-03-08 11:26 UTC (permalink / raw)
  To: buildroot

Hi all,

The short series does:
- bump libftdi and add libftdi1
- use libftdi1 for the 2 packages explicitly dependending on libftdi (only
  build tests, runtime test feedback is welcome).
  It seems ola also depends on libftdi, but does not support libftdi1. Who
  knows how many other packages silently depend on libftdi depending on the
  buildroot configuration...

Regards,

Samuel
--

Daniel Sangue (1):
  package/libftdi1: new package

Samuel Martin (3):
  package/libftdi: bump to version 0.20
  package/avrdude: depends on libftdi1 instead of libftdi
  package/openocd: depends on libftdi1 instead of libftdi

 package/Config.in                                  |  1 +
 package/avrdude/avrdude.mk                         |  4 +-
 package/libftdi/libftdi.hash                       |  2 +
 package/libftdi/libftdi.mk                         |  2 +-
 ...he-standard-CMake-flag-to-drive-the-share.patch | 96 ++++++++++++++++++++++
 .../libftdi1/0002-cmake-fix-FindUSB1.cmake.patch   | 34 ++++++++
 ...o-not-check-for-g-when-FTDIPP-is-disabled.patch | 46 +++++++++++
 package/libftdi1/Config.in                         | 37 +++++++++
 package/libftdi1/libftdi1.hash                     |  2 +
 package/libftdi1/libftdi1.mk                       | 37 +++++++++
 package/openocd/Config.in                          |  8 +-
 package/openocd/openocd.mk                         |  2 +-
 12 files changed, 263 insertions(+), 8 deletions(-)
 create mode 100644 package/libftdi/libftdi.hash
 create mode 100644 package/libftdi1/0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch
 create mode 100644 package/libftdi1/0002-cmake-fix-FindUSB1.cmake.patch
 create mode 100644 package/libftdi1/0003-cmake-do-not-check-for-g-when-FTDIPP-is-disabled.patch
 create mode 100644 package/libftdi1/Config.in
 create mode 100644 package/libftdi1/libftdi1.hash
 create mode 100644 package/libftdi1/libftdi1.mk

--
2.3.2

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-03-17 20:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.