From 7965e309e43d8101ca27637aa6bcaed1823a69db Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 23 Feb 2019 16:00:56 +0100 Subject: host-cmake: version bump 3.13.1 -> 3.13.4 Without this building poppler with Qt 5.12.1 fails because '-I/usr/include' is added to the cflags. Signed-off-by: Michael Olbrich --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/host-cmake.make') diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 4ee986d3d..1cc9e66ce 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake # # Paths and names # -HOST_CMAKE_VERSION := 3.13.1 -HOST_CMAKE_MD5 := 948acca8b070f08ab67d07b7b846391d +HOST_CMAKE_VERSION := 3.13.4 +HOST_CMAKE_MD5 := b5a544ffc73f6922a6cf371fcb6bae22 HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION) HOST_CMAKE_SUFFIX := tar.gz HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX) -- cgit v1.2.3