From: Florian Fainelli Date: Mon, 28 Mar 2011 21:30:30 +0000 (+0000) Subject: flashrom: update to 0.9.3 and fix dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=34d27a8c50b52e40caaf4eaa46260ac676a59097;p=openwrt%2Fsvn-archive%2Fpackages.git flashrom: update to 0.9.3 and fix dependency Bump flashrom to current version, and reflect that it uses dmidecode as a helper. Signed-off-by: Philip Prindeville SVN-Revision: 26343 --- diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index 698dc4307..fd1cf8b86 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flashrom -PKG_VERSION:=0.9.1 +PKG_VERSION:=0.9.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://qa.coreboot.org/releases/ -PKG_MD5SUM:=2b7cc0e45a0ac4c6d43c0f7cd05b041a +PKG_MD5SUM:=eccdec2764223f5d2839bf577380eaa9 include $(INCLUDE_DIR)/package.mk @@ -23,8 +23,8 @@ define Package/flashrom CATEGORY:=Utilities TITLE:=FlashROM Utility URL:=http://www.flashrom.org/ -# XXX: needs , only available on theese arch right now - DEPENDS:=+zlib +pciutils @(arm||armeb||i386||i686||x86_64) +# XXX: needs , only available on these arch right now + DEPENDS:=+zlib +pciutils +dmidecode @(arm||armeb||i386||i686||x86_64) endef define Package/flashrom/description