Revision: 7089
http://sourceforge.net/p/astlinux/code/7089
Author: abelbeck
Date: 2015-06-02 14:09:45 +0000 (Tue, 02 Jun 2015)
Log Message:
-----------
flashrom, version bump to 0.9.8
Modified Paths:
--------------
branches/1.0/package/flashrom/Config.in
branches/1.0/package/flashrom/flashrom.mk
Modified: branches/1.0/package/flashrom/Config.in
===================================================================
--- branches/1.0/package/flashrom/Config.in 2015-05-30 17:16:34 UTC (rev 7088)
+++ branches/1.0/package/flashrom/Config.in 2015-06-02 14:09:45 UTC (rev 7089)
@@ -1,12 +1,17 @@
config BR2_PACKAGE_FLASHROM
bool "flashrom"
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
- BIOS-updating utility.
- Requires PCIUtils libraries.
+ flashrom is a utility for identifying, reading, writing,
+ verifying and erasing flash chips. It is designed to flash
+ BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
+ network/graphics/storage controller cards, and various other
+ programmer devices.
http://flashrom.org/
Modified: branches/1.0/package/flashrom/flashrom.mk
===================================================================
--- branches/1.0/package/flashrom/flashrom.mk 2015-05-30 17:16:34 UTC (rev 7088)
+++ branches/1.0/package/flashrom/flashrom.mk 2015-06-02 14:09:45 UTC (rev 7089)
@@ -3,11 +3,11 @@
# flashrom
#
#############################################################
-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
define FLASHROM_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|