From: Florent Valette <florent.valette@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] flashrom: Bump to version 0.9.8
Date: Sat, 9 May 2015 19:13:59 +0200 [thread overview]
Message-ID: <1431191639-32706-2-git-send-email-florent.valette@gmail.com> (raw)
In-Reply-To: <1431191639-32706-1-git-send-email-florent.valette@gmail.com>
Add libusb and libftdi depedencies because new flashrom version
support usb-spi device such as pickit2 and ftdi usb-spi.
Signed-off-by: Florent Valette <florent.valette@gmail.com>
---
Changes v1 -> v2:
propagate the dependencies for libusb and libftdi
Signed-off-by: Florent Valette <florent.valette@gmail.com>
---
package/flashrom/Config.in | 5 +++++
package/flashrom/flashrom.mk | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in
index 956500f..8bd5882 100644
--- a/package/flashrom/Config.in
+++ b/package/flashrom/Config.in
@@ -1,9 +1,14 @@
config BR2_PACKAGE_FLASHROM
bool "flashrom"
select BR2_PACKAGE_PCIUTILS
+ select BR2_PACKAGE_LIBUSB
+ select BR2_PACKAGE_LIBUSB_COMPAT
+ select BR2_PACKAGE_LIBFTDI
# dmidecode is only a runtime dependency
select BR2_PACKAGE_DMIDECODE
depends on BR2_i386 || BR2_x86_64
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+ depends on BR2_ARCH_HAS_ATOMICS # libftdi
help
BIOS-updating utility.
Requires PCIUtils libraries.
diff --git a/package/flashrom/flashrom.mk b/package/flashrom/flashrom.mk
index 70bbe30..525470a 100644
--- a/package/flashrom/flashrom.mk
+++ b/package/flashrom/flashrom.mk
@@ -4,10 +4,10 @@
#
################################################################################
-FLASHROM_VERSION = 0.9.7
+FLASHROM_VERSION = 0.9.8
FLASHROM_SOURCE = flashrom-$(FLASHROM_VERSION).tar.bz2
FLASHROM_SITE = http://download.flashrom.org/releases
-FLASHROM_DEPENDENCIES = pciutils
+FLASHROM_DEPENDENCIES = pciutils libusb libusb-compat libftdi
FLASHROM_LICENSE = GPLv2+
FLASHROM_LICENSE_FILES = COPYING
--
1.9.1
next prev parent reply other threads:[~2015-05-09 17:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-09 17:13 [Buildroot] (no subject) Florent Valette
2015-05-09 17:13 ` Florent Valette [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-13 17:40 [Buildroot] [PATCH v2] flashrom: Bump to version 0.9.8 Florent Valette
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=1431191639-32706-2-git-send-email-florent.valette@gmail.com \
--to=florent.valette@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox