diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-02-28 20:26:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-03-19 20:09:22 +0100 |
commit | 838e5efae235802c83fc389ca08748ba70d7b418 (patch) | |
tree | dcb189b5a90e2b34c6ce0136cee06678f16ea752 | |
parent | 268ff8cdca6ecb1996074e3c9041d4fc1df6abd6 (diff) | |
download | buildroot-838e5efae235802c83fc389ca08748ba70d7b418.tar.gz buildroot-838e5efae235802c83fc389ca08748ba70d7b418.zip |
package/flashrom: remove dmidecode dependency
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 7edb1e1c29a86df017586ca31952ffb9386014c5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/flashrom/Config.in | 2 |
1 files changed, 0 insertions, 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 |