From 12378cd4d3d96975f1066e26089500cac73ac68e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 1 Jul 2019 10:30:59 -0700 Subject: flashrom: Add ARC support Mainly endian definitions are needed. Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng. Cleaned up Makefile slightly. Added HTTPS everywhere. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev --- utils/flashrom/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'utils/flashrom/Makefile') diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index e2152b65b..5cea259a1 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -9,20 +9,20 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flashrom PKG_VERSION:=1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://download.flashrom.org/releases +PKG_SOURCE_URL:=https://download.flashrom.org/releases PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_HASH:=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64 -PKG_MAINTAINER:=Álvaro Fernández Rojas - PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) -PKG_LICENSE:=GPL-2.0 +PKG_MAINTAINER:=Álvaro Fernández Rojas +PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk include flashrom.mk @@ -37,7 +37,7 @@ define Package/flashrom/default SECTION:=utils CATEGORY:=Utilities TITLE:=FlashROM Utility - URL:=http://www.flashrom.org/ + URL:=https://www.flashrom.org/ endef define Package/flashrom -- cgit v1.2.3