Revert "op-build update 8-12-2017"
Fixes: https://github.com/open-power/hostboot/issues/109
Hostboot commit 18c1910fe597158178380a0cfb74504736b4fb3b
breaks building hostboot/op-build with modern perl versions due
to invalid syntax being used in code.
So, revert the hostboot update.
This reverts commit 6cd08de5d8bfa88e9614c4a8c0b921423c9f82a1.
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index e7cc9f6..335f178 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= cf51511662aac5331975c60aa1896b200c0ceb30
+HOSTBOOT_BINARIES_VERSION ?= 883d2186e4508f327b3c90f3ca096aa4bff6b73a
HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION))
HOSTBOOT_BINARIES_LICENSE = Apache-2.0