Browse Source

expat: update to 2.7.1

Waldemar Brodkorb 5 months ago
parent
commit
2951122794
3 changed files with 6 additions and 11 deletions
  1. 3 4
      package/expat/Makefile
  2. 0 4
      toolchain/expat/Makefile
  3. 3 3
      toolchain/expat/Makefile.inc

+ 3 - 4
package/expat/Makefile

@@ -4,13 +4,12 @@
 include ${ADK_TOPDIR}/rules.mk
 include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		expat
 PKG_NAME:=		expat
-PKG_VERSION:=		2.7.0
+PKG_VERSION:=		2.7.1
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		25df13dd2819e85fb27a1ce0431772b7047d72af81ae78dc26b4c6e0805f48d1
+PKG_HASH:=		354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30
 PKG_DESCR:=		xml parsing library
 PKG_DESCR:=		xml parsing library
 PKG_SECTION:=		libs/data
 PKG_SECTION:=		libs/data
-PKG_NEEDS:=		c++
-PKG_SITES:=		https://github.com/libexpat/libexpat/releases/download/R_2_7_0/
+PKG_SITES:=		https://github.com/libexpat/libexpat/releases/download/R_2_7_1/
 PKG_LIBNAME:=		libexpat
 PKG_LIBNAME:=		libexpat
 PKG_OPTS:=		dev
 PKG_OPTS:=		dev
 
 

+ 0 - 4
toolchain/expat/Makefile

@@ -6,10 +6,6 @@ include Makefile.inc
 include ../rules.mk
 include ../rules.mk
 include ${ADK_TOPDIR}/mk/buildhlp.mk
 include ${ADK_TOPDIR}/mk/buildhlp.mk
 
 
-ifeq (${ADK_MAKE_PARALLEL},y)
-MPC_MAKEOPTS+=		-j${ADK_MAKE_JOBS}
-endif
-
 $(WRKBUILD)/.configured:
 $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		$(WRKBUILD)/configure \

+ 3 - 3
toolchain/expat/Makefile.inc

@@ -2,8 +2,8 @@
 # material, please see the LICENCE file in the top-level directory.
 # material, please see the LICENCE file in the top-level directory.
 
 
 PKG_NAME:=		expat
 PKG_NAME:=		expat
-PKG_VERSION:=		2.7.0
+PKG_VERSION:=		2.7.1
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		362e89ca6b8a0d46fc5740a917eb2a8b4d6356edbe016eee09f49c0781215844
-PKG_SITES:=		https://github.com/libexpat/libexpat/releases/download/R_2_7_0/
+PKG_HASH:=		0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2
+PKG_SITES:=		https://github.com/libexpat/libexpat/releases/download/R_2_7_1/
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz