From: <abe...@us...> - 2015-06-02 15:05:05
|
Revision: 7091 http://sourceforge.net/p/astlinux/code/7091 Author: abelbeck Date: 2015-06-02 15:05:02 +0000 (Tue, 02 Jun 2015) Log Message: ----------- flashrom, with version 0.9.8 the external dmidecode is no longer required. Thanks Michael Modified Paths: -------------- branches/1.0/package/flashrom/Config.in Modified: branches/1.0/package/flashrom/Config.in =================================================================== --- branches/1.0/package/flashrom/Config.in 2015-06-02 14:37:02 UTC (rev 7090) +++ branches/1.0/package/flashrom/Config.in 2015-06-02 15:05:02 UTC (rev 7091) @@ -3,8 +3,6 @@ select BR2_PACKAGE_PCIUTILS select BR2_PACKAGE_LIBUSB select BR2_PACKAGE_LIBUSB_COMPAT - # dmidecode is only a runtime dependency - select BR2_PACKAGE_DMIDECODE depends on BR2_i386 || BR2_x86_64 help flashrom is a utility for identifying, reading, writing, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |