From 30d5e97fea8fee0356fe531d1d14a42a37fd68a9 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 30 May 2018 20:27:56 +0200 Subject: [PATCH] libxml2: revision bump to force clean build Commit dcd68100c23f980a7bbd1d7d9567a315ee584bdf fixed the zlib pkgconfig file. But libxml2/host is stuck in the compile phase on the build bots. Bumping the revision will force a clean build. Signed-off-by: Sebastian Kemper --- libs/libxml2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 3cded0895..eccab4c50 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 PKG_VERSION:=2.9.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://xmlsoft.org/sources/