acpica-unix: version bump and add parallel build 4533/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 2 Jul 2017 18:36:46 +0000 (12:36 -0600)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 2 Jul 2017 18:40:16 +0000 (12:40 -0600)
Also fix source URL.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
utils/acpica-unix/Makefile

index 191c8658c6df72d7192d0bd1a9952cacc0fe780a..5a91f5cd07255377c392cc0c4c4024274a3ffbef 100644 (file)
@@ -8,18 +8,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=acpica-unix
-PKG_VERSION:=20170531
+PKG_VERSION:=20170629
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://acpica.org/sites/$(subst -unix,,$(PKG_NAME))/files/
-PKG_HASH:=50155778cd1633dfca3443b8f8fd1ccc30e70e55ddece4d3c4fceafbbf1ab0e8
+PKG_SOURCE_URL:=https://acpica.org/sites/$(subst -unix,,$(PKG_NAME))/files/$(PKG_SOURCE_URL)
+PKG_HASH:=5f05d8f63d60888d7450f090ce270ef7ed026de9293ce9f6d04fe99cbbb77635
 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
 
 PKG_LICENSE:=GPL-2.0
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_FORTIFY_SOURCE:=0
+PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk