Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/6] package/flashrom: remove dmidecode dependency
@ 2019-02-28 19:26 Fabrice Fontaine
  2019-02-28 19:26 ` [Buildroot] [PATCH/next 2/6] package/flashrom: pciutils is optional, not mandatory Fabrice Fontaine
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Fabrice Fontaine @ 2019-02-28 19:26 UTC (permalink / raw)
  To: buildroot

flashrom uses its own internal DMI decoder since version 0.9.8 and
https://github.com/flashrom/flashrom/commit/4c6d3a4b732732eb20bfb0fc9d857abaa4c41c88

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/flashrom/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/flashrom/Config.in b/package/flashrom/Config.in
index e7844a0a62..8f26a634e6 100644
--- a/package/flashrom/Config.in
+++ b/package/flashrom/Config.in
@@ -6,8 +6,6 @@ config BR2_PACKAGE_FLASHROM
 	select BR2_PACKAGE_LIBUSB
 	select BR2_PACKAGE_LIBUSB_COMPAT
 	select BR2_PACKAGE_LIBFTDI
-	# dmidecode is only a runtime dependency
-	select BR2_PACKAGE_DMIDECODE
 	help
 	  flashrom is a utility for identifying, reading, writing,
 	  verifying and erasing flash chips. It is designed to flash
-- 
2.14.1

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

end of thread, other threads:[~2019-03-19 19:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 19:26 [Buildroot] [PATCH/next 1/6] package/flashrom: remove dmidecode dependency Fabrice Fontaine
2019-02-28 19:26 ` [Buildroot] [PATCH/next 2/6] package/flashrom: pciutils is optional, not mandatory Fabrice Fontaine
2019-02-28 19:26 ` [Buildroot] [PATCH/next 3/6] package/flashrom: libftdi " Fabrice Fontaine
2019-02-28 19:26 ` [Buildroot] [PATCH/next 4/6] package/flashrom: libusb-compat " Fabrice Fontaine
2019-02-28 19:26 ` [Buildroot] [PATCH/next 5/6] package/flashrom: libusb " Fabrice Fontaine
2019-02-28 19:26 ` [Buildroot] [PATCH/next 6/6] package/flashrom: remove x86 dependency Fabrice Fontaine
2019-03-05 20:49 ` [Buildroot] [PATCH/next 1/6] package/flashrom: remove dmidecode dependency Thomas Petazzoni
2019-03-19 19:15 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox